ct
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
<div class="flex wrap">
|
<div class="flex wrap">
|
||||||
<image class="fill imageItem" v-for="(item, index) in info.files" @click="preview(item.url)" :key="index" :src="item.url"/>
|
<image class="fill imageItem" v-for="(item, index) in info.files" @click="preview(item.url)" :key="index" :src="item.url"/>
|
||||||
</div>
|
</div>
|
||||||
<span v-if="!info.files.length">暂无照片</span>
|
<span v-if="!hasFiles">暂无照片</span>
|
||||||
</AiItem>
|
</AiItem>
|
||||||
</AiGroup>
|
</AiGroup>
|
||||||
<u-gap height="24"/>
|
<u-gap height="24"/>
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
<div class="flex wrap">
|
<div class="flex wrap">
|
||||||
<image class="fill imageItem" v-for="(item, index) in result.files" @click="preview(item.url)" :key="index" :src="item.url"/>
|
<image class="fill imageItem" v-for="(item, index) in result.files" @click="preview(item.url)" :key="index" :src="item.url"/>
|
||||||
</div>
|
</div>
|
||||||
<span v-if="!result.files.length">暂无照片</span>
|
<span v-if="!hasFiles">暂无照片</span>
|
||||||
</AiItem>
|
</AiItem>
|
||||||
</AiGroup>
|
</AiGroup>
|
||||||
<u-gap height="24"/>
|
<u-gap height="24"/>
|
||||||
@@ -74,7 +74,8 @@ export default {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
return list
|
return list
|
||||||
}
|
},
|
||||||
|
hasFiles:v=>v.result.files?.length>0
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
this.getInfo()
|
this.getInfo()
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
<AiItem label="调解时间" :value="info.mediateDate"/>
|
<AiItem label="调解时间" :value="info.mediateDate"/>
|
||||||
<AiItem label="调处思路、措施及主要过程" :value="info.mediateInfo"/>
|
<AiItem label="调处思路、措施及主要过程" :value="info.mediateInfo"/>
|
||||||
<AiItem label="调处结果" class="not-line" value="调解成功" />
|
<AiItem label="调处结果" class="not-line" value="调解成功" />
|
||||||
</AiGroup> -->
|
</AiGroup> -->
|
||||||
<u-gap height="24" />
|
<u-gap height="24" />
|
||||||
<u-tabs :list="evaluation && evaluation.id ? [{name:'办理进度'},{name:'我的评价'}] : [{name:'办理进度'}] " :current="currentTab" @change="v=>currentTab=v"/>
|
<u-tabs :list="evaluation && evaluation.id ? [{name:'办理进度'},{name:'我的评价'}] : [{name:'办理进度'}] " :current="currentTab" @change="v=>currentTab=v"/>
|
||||||
<u-gap height="24" bg-color="#fff" />
|
<u-gap height="24" bg-color="#fff" />
|
||||||
|
|||||||
Reference in New Issue
Block a user