Commit 6aebe402 authored by lei's avatar lei

add:图片预览问题

parent d686a609
......@@ -135,11 +135,12 @@
<van-cell>
<span class="">隐患图片:</span>
<div>
<ImagePreview
<img
v-for="(imgItem, subIndex) in item.hiddenImageUrlList"
:src="imgItem"
alt=""
style="width: 1.2rem; height: 1.2rem; margin-right: 0.2rem"
@click="showImage(item.hiddenImageUrlList,subIndex)"
/>
</div>
</van-cell>
......@@ -148,11 +149,12 @@
<van-cell
><span class="">整改情况:</span>
<div>
<ImagePreview
<img
v-for="(imgItem, subIndex) in item.rectificationImageUrlList"
:src="imgItem"
alt=""
style="width: 1.2rem; height: 1.2rem; margin-right: 0.2rem"
@click="showImage(item.rectificationImageUrlList,subIndex)"
/>
</div>
</van-cell>
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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