| applications/task-work-order/src/views/orderView/orderManage/clueEvents/ViewDiaLog.vue | ●●●●● patch | view | raw | blame | history |
applications/task-work-order/src/views/orderView/orderManage/clueEvents/ViewDiaLog.vue
@@ -6,8 +6,8 @@ <template v-slot="{ row }"> <el-image v-if="row.attachmentType === 1 || row.attachmentType === 2" :src="row.attachmentType === 1 ? row.resultUrl : item.aiImg" :preview-src-list="[row.attachmentType === 1 ? row.resultUrl : item.aiImg]" :src="row.attachmentType === 1 ? row.resultUrl : row.aiImg" :preview-src-list="[row.attachmentType === 1 ? row.resultUrl : row.aiImg]" fit="cover" style="width: 80px; height: 80px" preview-teleported