Compare commits

...

2 Commits

  1. 3
      src/views/sensitivePerception/ModelClue.vue

3
src/views/sensitivePerception/ModelClue.vue

@ -273,7 +273,8 @@
label="问题附件"
>
<div v-for="(item, index) in showData.files" :key="index" style="margin-top: 10px;">
<el-image style="width: 100px; height: 100px;margin-right: 8px" :src="item.path" fit="cover"
<el-image :preview-src-list="previewList" style="width: 100px; height: 100px;margin-right: 8px"
:initial-index="index" :src="item.path" fit="cover"
:hide-on-click-modal="true" :lazy="true" :z-index="index"/>
</div>
</el-form-item>

Loading…
Cancel
Save