This commit is contained in:
liuye
2022-09-30 10:05:06 +08:00
parent 40c532d438
commit 6f07d5c729
2 changed files with 9 additions and 0 deletions

View File

@@ -84,6 +84,11 @@
<img :src="items.url" alt="" v-for="(items, indexs) in item.fileList" :key="indexs" @click="previewImage(item.fileList, items.url)">
</div>
</div>
<div class="item-flex border-none" v-if="item.remarks">
<div style="color:#999;">备注</div>
</div>
<p style="padding-bottom: 12px;" v-if="item.remarks">{{item.remarks}}</p>
</div>
<AiEmpty v-if="!info.riskDisposalHistoryList.length"></AiEmpty>

View File

@@ -188,6 +188,10 @@
<img :src="items.url" alt="" v-for="(items, indexs) in item.fileList" :key="indexs" @click="previewImage(item.fileList, items.url)">
</div>
</div>
<div class="item-flex border-none" v-if="item.remarks">
<div style="color:#999;">备注</div>
</div>
<p style="padding-bottom: 12px;" v-if="item.remarks">{{item.remarks}}</p>
</div>
</div>