admin/src/views/business/deviceEvent.vue
@@ -77,7 +77,7 @@ </el-table-column> <el-table-column label="抓拍照片" min-width="100px"> <template slot-scope="{row}"> <el-image style="width: 80px; height: 80px" :src="row.extEventPictureURL" <el-image v-if="row.extEventPictureURL" style="width: 80px; height: 80px" :src="row.extEventPictureURL" :preview-src-list="[row.extEventPictureURL]"> </el-image> </template>