ct
This commit is contained in:
@@ -181,6 +181,8 @@ export default {
|
|||||||
contactPerson: this.forms.contactPerson,
|
contactPerson: this.forms.contactPerson,
|
||||||
|
|
||||||
contactPhone: this.forms.contactPhone,
|
contactPhone: this.forms.contactPhone,
|
||||||
|
createUserName: this.user.name,
|
||||||
|
createUserId: this.user.id,
|
||||||
id: this.id,
|
id: this.id,
|
||||||
})
|
})
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
|
|||||||
@@ -13,10 +13,10 @@
|
|||||||
<div class="left-btn" :class="'status' + detail.status">{{ $dict.getLabel('villageActivityStatus', detail.status) }}</div>
|
<div class="left-btn" :class="'status' + detail.status">{{ $dict.getLabel('villageActivityStatus', detail.status) }}</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="right">
|
<div class="right">
|
||||||
<img :src="user.avatar" alt="" v-if="user.avatar" />
|
<img :src="detail.avatar" alt="" v-if="detail.avatar" />
|
||||||
<img src="./user-img.png" alt="" v-else/>
|
<img src="./user-img.png" alt="" v-else />
|
||||||
|
|
||||||
<span>{{ detail.contactPerson }}</span>
|
<span v-if="detail.createUserName">{{ detail.createUserName }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user