From b2392458ebf42594b9fc5390fda40d7a0a12f923 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 03 九月 2025 17:40:52 +0800
Subject: [PATCH] 调试自动生成网格融合图片功能(待完成)

---
 src/views/sourcetrace/component/ClueRecordItem.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/sourcetrace/component/ClueRecordItem.vue b/src/views/sourcetrace/component/ClueRecordItem.vue
index 25a1b59..f34ad6c 100644
--- a/src/views/sourcetrace/component/ClueRecordItem.vue
+++ b/src/views/sourcetrace/component/ClueRecordItem.vue
@@ -43,7 +43,7 @@
           <el-text :type="noWarn ? 'info' : 'warning'">
             {{
               item.pollutedSource.sceneList.length == 0
-                ? '鏈壘鍒伴闄╂簮'
+                ? '鍙兘瀛樺湪鐜板満姹℃煋锛岃娉ㄦ剰鍛ㄨ竟鎯呭喌銆�'
                 : '鎵惧埌' + item.pollutedSource.sceneList.length + '涓闄╂簮'
             }}
           </el-text>
@@ -108,7 +108,7 @@
           </el-tag>
           <el-text type="info">{{ item.pollutedData.exception }}</el-text>
         </div>
-        <div v-if="item.pollutedSource.sceneList.length > 0">
+        <!-- <div v-if="item.pollutedSource.sceneList.length > 0">
           <div v-for="s in item.pollutedSource.sceneList" :key="s.guid">
             <img style="width: 24px" :src="sceneIcon(s.typeId)" :alt="s.type" />
             <el-text
@@ -121,7 +121,7 @@
               {{ s.name }}
             </el-text>
           </div>
-        </div>
+        </div> -->
       </el-col>
     </el-row>
   </div>

--
Gitblit v1.9.3