From 3c9b9886fc9e9a26dac4e8b5dd4cc0db0b8fce82 Mon Sep 17 00:00:00 2001
From: zc <zyzc>
Date: 星期四, 16 十月 2025 09:53:23 +0800
Subject: [PATCH] 创建分支
---
zy-acs-flow/src/utils/common.js | 19 -------------------
1 files changed, 0 insertions(+), 19 deletions(-)
diff --git a/zy-acs-flow/src/utils/common.js b/zy-acs-flow/src/utils/common.js
index 790d6e3..2083ca8 100644
--- a/zy-acs-flow/src/utils/common.js
+++ b/zy-acs-flow/src/utils/common.js
@@ -1,4 +1,3 @@
-import * as Colors from '@mui/material/colors';
export const extractNavMenus = (data) => {
if (!data) {
@@ -51,21 +50,3 @@
});
return result;
};
-
-export const getTaskStsColor = (taskStatus) => {
- if (!taskStatus) {
- return Colors.grey[500];
- }
- switch (taskStatus) {
- case '绛夊緟涓�':
- return Colors.amber[500];
- case '宸插垎閰�':
- return Colors.blue[500];
- case '杩涜涓�':
- return Colors.green[500];
- case '宸插畬鎴�':
- return Colors.blueGrey[500];
- default:
- return Colors.amber[500];
- }
-}
\ No newline at end of file
--
Gitblit v1.9.1