Commit 1cfcbe8b authored by gengchunlei's avatar gengchunlei

居民端小程序 v1.2 通用随访详情健康指导显示影藏逻辑调整

parent fbb92899
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
</div> </div>
</div> </div>
</van-collapse-item> </van-collapse-item>
<van-collapse-item key="4" title='健康指导' name="4" v-if="(showOne || showTwo)"> <van-collapse-item key="4" title='健康指导' name="4" v-if="showTwo">
<template #right-icon> <template #right-icon>
<doc-icon type="doc-down" /> <doc-icon type="doc-down" />
</template> </template>
...@@ -180,7 +180,7 @@ ...@@ -180,7 +180,7 @@
<image-preview :img-list='info.uploadVisitRecordImageList'></image-preview> <image-preview :img-list='info.uploadVisitRecordImageList'></image-preview>
</div> </div>
</van-collapse-item> </van-collapse-item>
<van-collapse-item key='10' title='现场随访照片' name='10' v-if="showOne"> <van-collapse-item key='10' title='现场随访照片' name='10'>
<template #right-icon> <template #right-icon>
<doc-icon type='doc-down' /> <doc-icon type='doc-down' />
</template> </template>
......
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