From 41b5b5c4b034288ca81393aaf3d828e2863ee7a0 Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Fri, 20 Jun 2025 19:05:23 +0800 Subject: [PATCH] 1.完善英文翻译 --- src/components/Manufacture/CommonPackEvent.js | 10 ++++++---- src/components/Manufacture/WorkOrderPack/WorkOrderPackTableTree.js | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/Manufacture/CommonPackEvent.js b/src/components/Manufacture/CommonPackEvent.js index c3308ef..33caf1e 100644 --- a/src/components/Manufacture/CommonPackEvent.js +++ b/src/components/Manufacture/CommonPackEvent.js @@ -1182,10 +1182,13 @@ const PartsInfoModal = props => { }; const handleFooter = () => { + const BtnSure = commonFunc.showLocalMessage(props, "BtnSure", "确定"); + const BtnSave = commonFunc.showLocalMessage(props, "BtnSave", "确定"); + const BtnUpd= commonFunc.showLocalMessage(props, "BtnUpd", "修改"); if (props.enabled || props.masterData?.partsInfoLock) { return [ , ]; } @@ -1196,7 +1199,7 @@ const PartsInfoModal = props => { setEnabledNew(true); }} > - 修改 + {BtnUpd} , , ]; }; @@ -1481,7 +1484,6 @@ const ParamsChooseNewModal = props => { const BtnNext= commonFunc.showMessage(props.app.commonConst, 'BtnNext') || '下一条' ; - const BtnSure = commonFunc.showMessage(props.app.commonConst, 'BtnSure') || '确定' ; return props[modalName] ? ( 确定 } > - + 2212121212112 : '' } -- libgit2 0.22.2