吉安感知网项目-前端
罗广辉
2026-06-08 68922269d3c392d1c71cfd0f84ce5f225ee6c0dc
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