Commit 6a4762c6 authored by gengchunlei's avatar gengchunlei

居民端小程序 v1.2 1、通用随访详情 图片为空时显示 -

parent 87263009
...@@ -173,9 +173,12 @@ ...@@ -173,9 +173,12 @@
<template #right-icon> <template #right-icon>
<doc-icon type='doc-down' /> <doc-icon type='doc-down' />
</template> </template>
<div> <div v-if='info.uploadVisitRecordImageList && info.uploadVisitRecordImageList.length'>
<image-preview :img-list='info.uploadVisitRecordImageList'></image-preview> <image-preview :img-list='info.uploadVisitRecordImageList'></image-preview>
</div> </div>
<div v-else class='w-full' style='text-align: right'>
<span>-</span>
</div>
</van-collapse-item> </van-collapse-item>
<van-collapse-item key='11' title='现场随访照片' name='11'> <van-collapse-item key='11' title='现场随访照片' name='11'>
<template #right-icon> <template #right-icon>
...@@ -186,9 +189,12 @@ ...@@ -186,9 +189,12 @@
<img style='width: 1.47rem;height: 2.04rem' :src="url.trueDownloadUrl" /> <img style='width: 1.47rem;height: 2.04rem' :src="url.trueDownloadUrl" />
</div> </div>
</div>--> </div>-->
<div> <div v-if='info.sceneVisitImageList && info.sceneVisitImageList.length'>
<image-preview :img-list='info.sceneVisitImageList'></image-preview> <image-preview :img-list='info.sceneVisitImageList'></image-preview>
</div> </div>
<div v-else class='w-full' style='text-align: right'>
<span>-</span>
</div>
</van-collapse-item> </van-collapse-item>
<van-collapse-item key='12' title='推送渠道' name='12' <van-collapse-item key='12' title='推送渠道' name='12'
v-if='info?.visitWayRules?.includes(2) || info?.visitWayRules?.includes(3) || info?.visitWayRules?.includes(4)'> v-if='info?.visitWayRules?.includes(2) || info?.visitWayRules?.includes(3) || info?.visitWayRules?.includes(4)'>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment