From fcbb4059f11d1e2b320d581bf6f960d9965142c6 Mon Sep 17 00:00:00 2001
From: pjb <123456>
Date: 星期二, 08 七月 2025 08:58:18 +0800
Subject: [PATCH] Merge branch 'ycds-wms-dev' of http://47.97.1.152:5880/r/zy-asrs-master into ycds-wms-dev

---
 zy-asrs-flow/src/utils/enum-util.js |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/zy-asrs-flow/src/utils/enum-util.js b/zy-asrs-flow/src/utils/enum-util.js
index eb2401e..fe444a6 100644
--- a/zy-asrs-flow/src/utils/enum-util.js
+++ b/zy-asrs-flow/src/utils/enum-util.js
@@ -1,10 +1,10 @@
-export const statusMap = {
-    1: {
-        color: 'green',
-        text: '姝e父',
-    },
-    0: {
-        color: 'red',
-        text: '绂佺敤',
-    },
+export const statusMap = {
+    1: {
+        color: '#3b5999',
+        text: '姝e父',
+    },
+    0: {
+        color: '#cd201f',
+        text: '绂佺敤',
+    },
 };
\ No newline at end of file

--
Gitblit v1.9.1