From d086af5559dba52095d23e425be87d8f11f24814 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期四, 17 七月 2025 16:32:47 +0800
Subject: [PATCH] #菜单、po单

---
 rsf-admin/src/page/components/BillStatusField.jsx |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/rsf-admin/src/page/components/BillStatusField.jsx b/rsf-admin/src/page/components/BillStatusField.jsx
index b60ff1c..5d4a206 100644
--- a/rsf-admin/src/page/components/BillStatusField.jsx
+++ b/rsf-admin/src/page/components/BillStatusField.jsx
@@ -15,12 +15,14 @@
         2: '#52C41A',
         3: '#595959',
         4: '#FF4D4F',
+        10: '#BFBFBF',
+        11: '#FFC53D',
+        12: '#52C41A',
+        13: '#595959',
+        14: '#FF4D4F',
     }
     return (
-        <Typography
-            variant="body2"
-            sx={{ display: 'flex', alignItems: 'center' }}
-        >
+        <Typography variant="body2"  sx={{ display: 'flex', alignItems: 'center', }} >
             <CircleIcon sx={{ fontSize: 10, color: color[record.exceStatus || 0], marginRight: '3px' }} /> {record.exceStatus$}
         </Typography >
     )

--
Gitblit v1.9.1