From ce17d42203a17120736d796d0e83b3742c4ec441 Mon Sep 17 00:00:00 2001
From: Riku <risaku@163.com>
Date: 星期二, 21 十月 2025 21:54:52 +0800
Subject: [PATCH] 2025.10.21
---
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