From abad99e1b209d5e2a5b39c294731356dc5a33f25 Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Thu, 13 Nov 2025 14:47:04 +0800 Subject: [PATCH] 1.MES最大化,退出翻译成中文 --- src/mes/indexMes/index.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mes/indexMes/index.js b/src/mes/indexMes/index.js index 2a31b20..f9b95b3 100644 --- a/src/mes/indexMes/index.js +++ b/src/mes/indexMes/index.js @@ -712,6 +712,8 @@ const MachineMessageComponent = ({ e, shutDown, props }) => { const second = commonFunc.showLocalMessage(props, 'second', '秒'); const ExitLogin = commonFunc.showLocalMessage(props, 'ExitLogin', '退出'); const minimize = commonFunc.showLocalMessage(props, 'minimize', '最小化'); + const maximize = commonFunc.showLocalMessage(props, 'maximize', '最大化'); + const sct = commonFunc.showLocalMessage(props, 'sct', '系统当前时间:'); const DowntimeStartTime = commonFunc.showLocalMessage(props, 'DowntimeStartTime', '停机开始时间:'); @@ -763,8 +765,8 @@ const MachineMessageComponent = ({ e, shutDown, props }) => {