From 4b9f86193d334aa111ce025d55861186a2b0bb79 Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Fri, 10 Oct 2025 09:14:23 +0800 Subject: [PATCH] 1.翻译MES弹窗 --- src/mes/productionExec/noticeModal/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mes/productionExec/noticeModal/index.js b/src/mes/productionExec/noticeModal/index.js index 996975a..1a6d25e 100644 --- a/src/mes/productionExec/noticeModal/index.js +++ b/src/mes/productionExec/noticeModal/index.js @@ -269,7 +269,7 @@ const firstNoticeModal = _props => { const firstNotice = commonFunc.showLocalMessage(props, 'firstNotice', '首签样通知'); const firstNoticeList = commonFunc.showLocalMessage(props, 'firstNoticeList', '版材消耗登记'); const employeeNameIdTitle = commonFunc.showLocalMessage(props, 'employeeName', '员工名称/工号'); - const btnAll = 22222; + const btnAll = commonFunc.showLocalMessage(props, 'btnAll', '全部'); const btnSearch = commonFunc.showLocalMessage(props, 'BtnSearch', '查询'); const BtnCancel = commonFunc.showLocalMessage(props, 'BtnCancel', '取消'); const selectRecipient = commonFunc.showLocalMessage(props, 'selectRecipient', '请先选择接收人!'); -- libgit2 0.22.2