常金鹏的坑
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<template #custom>
|
||||
<div class="cards-left">
|
||||
<span class="walkName">走访对象:{{ item.name }}</span>
|
||||
<span class="tags" v-if="item.menuLevel3Name">{{ item.menuLevel3Name }}</span>
|
||||
<span class="tags" v-if="item.applicationId">{{ $dict.getLabel('appSpecialTypeFive', item.applicationId) }}</span>
|
||||
<span class="tags" v-if="item.reality">{{ $dict.getLabel('realityStatus', item.reality) }}</span>
|
||||
</div>
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
</div>
|
||||
|
||||
<div class="cards-bottom">
|
||||
<span>走访人:<AiOpenData v-if="user.createUserName" type="userName" :openid="user.createUserName" /></span>
|
||||
<span>走访人:<AiOpenData v-if="item.createUserName" type="userName" :openid="item.createUserName" style="display:inline-block;" /></span>
|
||||
<span style="margin-left: 8px">{{ item.createTime }}</span>
|
||||
</div>
|
||||
</template>
|
||||
@@ -102,7 +102,7 @@ export default {
|
||||
onLoad() {
|
||||
this.areaId = this.user.areaId
|
||||
this.areaName = this.user.areaName
|
||||
this.$dict.load('realityStatus').then(() => {
|
||||
this.$dict.load('realityStatus', 'appSpecialTypeFive').then(() => {
|
||||
this.getList()
|
||||
})
|
||||
uni.$on('updateList', () => {
|
||||
|
||||
Reference in New Issue
Block a user