From e782b38bd2fbe97b140b6bdd450d2c3d299f4b0b Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期四, 04 九月 2025 13:55:42 +0800
Subject: [PATCH] 1、中空查询任务时增加耗时日志,排查查询慢的原因
---
UI-Project/src/views/Identify/identifwutwo.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/UI-Project/src/views/Identify/identifwutwo.vue b/UI-Project/src/views/Identify/identifwutwo.vue
index c39e832..2ba788a 100644
--- a/UI-Project/src/views/Identify/identifwutwo.vue
+++ b/UI-Project/src/views/Identify/identifwutwo.vue
@@ -176,7 +176,7 @@
function getRectColor(state: number): string {
switch (state) {
case 0:
- return '#7AC5CD';
+ return '#7AC5CD';//鏈繘绗�
case 1:
return '#95d475';
case -1:
@@ -188,9 +188,9 @@
case 4:
return '#CD6090';
case 8:
- return '#911005';
+ return '#911005';//鐮存崯
case 9:
- return '#4682B4';
+ return '#4682B4';//鎷胯蛋
default:
return '#CDAF95';
}
--
Gitblit v1.8.0