From 8c0ed9c0df1fbdb1084addf623aa10cf1ead5dd6 Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Mon, 18 Aug 2025 17:36:20 +0800 Subject: [PATCH] 1.增加关闭的英文翻译 --- src/components/Common/CommonListSelect/index.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/Common/CommonListSelect/index.js b/src/components/Common/CommonListSelect/index.js index b9e1e60..ba0bf29 100644 --- a/src/components/Common/CommonListSelect/index.js +++ b/src/components/Common/CommonListSelect/index.js @@ -351,7 +351,7 @@ class CommonList extends Component { const { userinfo } = app; const BtnSure = commonFunc.showLocalMessage(this.props, 'BtnSure', '确定'); const FriendlyReminder = commonFunc.showLocalMessage(this.props, 'FriendlyReminder', '温馨提示'); - + const onSendSocketMessage = this.props.handleSendSocketMessage; const returnData = await commonBusiness.saveData({ token, value: params, sModelsId }); this.props.onSaveState({ @@ -854,9 +854,10 @@ const CommonListComponent = Form.create({ }, }; const upInvoiceName = commonUtils.isNotEmptyArr(btnUploadApi) ? btnUploadApi[0].showName : '发票上传(金税)'; - + const BtnSure = commonFunc.showLocalMessage(props, 'BtnSure', '确定'); const BtnCancel = commonFunc.showLocalMessage(props, 'BtnCancel', '取消'); + const BtnClose = commonFunc.showLocalMessage(props, 'BtnClose', '关闭'); return (
@@ -941,7 +942,7 @@ const CommonListComponent = Form.create({ { props.readOnly ?
- +
:
{ -- libgit2 0.22.2