From 6972798cfeee1a5865135f6da88f4df2d1a77b14 Mon Sep 17 00:00:00 2001 From: qmj <37242163+qmj666@users.noreply.github.com> Date: Thu, 29 Jan 2026 11:40:16 +0800 Subject: [PATCH] 修改生产进度颜色调整 --- src/mes/indexMes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mes/indexMes/index.js b/src/mes/indexMes/index.js index 88603ac..6897d42 100644 --- a/src/mes/indexMes/index.js +++ b/src/mes/indexMes/index.js @@ -992,7 +992,7 @@ const SystemFunComponent = () => { const resetDailyReport = commonFunc.showLocalMessage(props, 'resetDailyReport', '关机'); const switchToManual = commonFunc.showLocalMessage(props, 'switchToManual', '切换手动'); const SwitchAuto = commonFunc.showLocalMessage(props, 'SwitchAuto', '切换自动'); - const ClearCache = commonFunc.showLocalMessage(props, 'ClearCache', '清空缓存'); + const ClearCache = commonFunc.showLocalMessage(props, 'ClearCache', '清空'); const sSuccess = commonFunc.showLocalMessage(props, 'sSuccess', '成功'); -- libgit2 0.22.2