From ec763e1cb7dca873caf4afbc0dfde047b51753d3 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 17 十月 2025 17:26:54 +0800
Subject: [PATCH] 2025.10.17
---
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