Commit 6972798cfeee1a5865135f6da88f4df2d1a77b14

Authored by qmj
1 parent 8400249e

修改生产进度颜色调整

Showing 1 changed file with 1 additions and 1 deletions
src/mes/indexMes/index.js
@@ -992,7 +992,7 @@ const SystemFunComponent = () => { @@ -992,7 +992,7 @@ const SystemFunComponent = () => {
992 const resetDailyReport = commonFunc.showLocalMessage(props, 'resetDailyReport', '关机'); 992 const resetDailyReport = commonFunc.showLocalMessage(props, 'resetDailyReport', '关机');
993 const switchToManual = commonFunc.showLocalMessage(props, 'switchToManual', '切换手动'); 993 const switchToManual = commonFunc.showLocalMessage(props, 'switchToManual', '切换手动');
994 const SwitchAuto = commonFunc.showLocalMessage(props, 'SwitchAuto', '切换自动'); 994 const SwitchAuto = commonFunc.showLocalMessage(props, 'SwitchAuto', '切换自动');
995 - const ClearCache = commonFunc.showLocalMessage(props, 'ClearCache', '清空缓存'); 995 + const ClearCache = commonFunc.showLocalMessage(props, 'ClearCache', '清空');
996 const sSuccess = commonFunc.showLocalMessage(props, 'sSuccess', '成功'); 996 const sSuccess = commonFunc.showLocalMessage(props, 'sSuccess', '成功');
997 997
998 998