Commit 397c2fded129860aab61ae5a2b32679b0829b29c

Authored by chenxt
2 parents 2c07bdf1 6972798c

Merge branch 'release/customer/2025/五彩' of http://git.xlyprint.cn/qiangmj/ebc-Me…

…s into release/customer/2025/五彩
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