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 | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/UI-Project/src/views/Identify/identifwutwo.vue b/UI-Project/src/views/Identify/identifwutwo.vue
index f86764f..2ba788a 100644
--- a/UI-Project/src/views/Identify/identifwutwo.vue
+++ b/UI-Project/src/views/Identify/identifwutwo.vue
@@ -98,9 +98,9 @@
// 濡傛灉涓嶅瓨鍦紝鍒欐坊鍔犳柊鐭╁舰锛岄粯璁� isActive 涓� false
return {
...rect,
- xAxisa: rect.xAxis * scaleFactory,
+ xAxisa: rect.xAxis * scaleFactor,
yAxisa: (widthreturn - (rect.yAxis + rect.edgHeight)) * scaleFactory,
- width: rect.edgWidth * scaleFactory,
+ width: rect.edgWidth * scaleFactor,
height: rect.edgHeight * scaleFactory,
widtha: rect.edgWidth,
heighta: rect.edgHeight,
@@ -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