From 77ff95afbe2d1e632de34e5df938ecf52d472127 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期四, 26 六月 2025 09:22:31 +0800
Subject: [PATCH] 同步录制代码
---
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