From 68922269d3c392d1c71cfd0f84ce5f225ee6c0dc Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Mon, 08 Jun 2026 10:50:13 +0800
Subject: [PATCH] fix: 修复线索事件对话框图片预览功能

---
 applications/task-work-order/src/views/orderView/orderManage/clueEvents/ViewDiaLog.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/applications/task-work-order/src/views/orderView/orderManage/clueEvents/ViewDiaLog.vue b/applications/task-work-order/src/views/orderView/orderManage/clueEvents/ViewDiaLog.vue
index f2f0cdb..54f3a64 100644
--- a/applications/task-work-order/src/views/orderView/orderManage/clueEvents/ViewDiaLog.vue
+++ b/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

--
Gitblit v1.9.3