From d6e6f8b5b31e132e4597eb531168d3e88f3bda72 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 04 七月 2025 17:26:49 +0800
Subject: [PATCH] 2025.7.4 动态溯源

---
 src/views/sourcetrace/component/ClueRecordItem.vue |   19 ++++++++++++++-----
 1 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/src/views/sourcetrace/component/ClueRecordItem.vue b/src/views/sourcetrace/component/ClueRecordItem.vue
index a8aecbb..5237bb5 100644
--- a/src/views/sourcetrace/component/ClueRecordItem.vue
+++ b/src/views/sourcetrace/component/ClueRecordItem.vue
@@ -12,7 +12,9 @@
             <el-text type="primary" size="default">
               <el-icon><Timer /></el-icon>
               {{
-                item.pollutedData.startTime + ' - ' + item.pollutedData.endTime
+                item.pollutedData._startTime +
+                ' - ' +
+                item.pollutedData._endTime
               }}
             </el-text>
           </el-space>
@@ -22,6 +24,7 @@
           <el-tag
             effect="plain"
             type="info"
+            style="color: black"
             size="small"
             hit
             round
@@ -64,7 +67,10 @@
         <el-tag type="danger" effect="dark" size="small">绾跨储</el-tag>
         <el-link type="primary" @click="emits('open')"> 璇︽儏 </el-link>
       </el-row>
-      <el-text type="danger">{{ item.advice }}</el-text>
+      <el-space>
+        <el-icon color="#F56C6C" :size="40"><WarnTriangleFilled /></el-icon>
+        <el-text type="primary">{{ item.advice }}</el-text>
+      </el-space>
     </div>
     <el-row v-else-if="item._type == '3'">
       <el-col :span="3">
@@ -76,17 +82,20 @@
             <el-text type="primary" size="default">
               <el-icon><Timer /></el-icon>
               {{
-                item.pollutedData.startTime + ' - ' + item.pollutedData.endTime
+                item.pollutedData._startTime +
+                ' - ' +
+                item.pollutedData._endTime
               }}
             </el-text>
           </el-space>
-          <el-link type="primary" @click="emits('open', item)"> 璇︽儏 </el-link>
+          <!-- <el-link type="primary" @click="emits('open', item)"> 璇︽儏 </el-link> -->
         </el-row>
         <div>
           <el-tag
             effect="plain"
             type="info"
             size="small"
+            style="color: black"
             hit
             round
             class="m-r-4"
@@ -158,7 +167,7 @@
 function formatDistanceType(value) {
   switch (value) {
     case 'TYPE1':
-      return '50绫充互鍐�';
+      return '100绫充互鍐�';
     case 'TYPE2':
       return '50绫� - 500绫充互鍐�';
     case 'TYPE3':

--
Gitblit v1.9.3