Browse Source

[SBBJ-906] 巡检项 pda保存图片 pc回显图片

master
zengqinyuan 2 months ago
parent
commit
4e56c90a74
  1. 5
      src/views/eam/device/deviceSpotInspectionRecordMain/index.vue

5
src/views/eam/device/deviceSpotInspectionRecordMain/index.vue

@ -88,10 +88,9 @@
<template #filePathList="{row}">
<div style="display: flex;">
<div v-for="(item,index) in row.filePathList" :key='index'>
<a :href="item" download>
<el-image style="width: 100px; height: 100px; margin: 5px;" :src="item" />
</div>
<div v-for="(item,index) in row.filePathList" :key='index'>
<el-image style="width: 100px; height: 100px;margin: 5px ;" :src="item" />
</a>
</div>
</div>
</template>

Loading…
Cancel
Save