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', '成功');