From 443f117fb37396fccd43f6e36afbed4a042d5c29 Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Tue, 26 Aug 2025 17:51:41 +0800 Subject: [PATCH] =?UTF-8?q?custom/=E4=B8=8A=E6=B5=B7=E6=B8=AF=E6=B9=BE?= =?UTF-8?q?=E5=A4=9A=E8=AF=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../calculate/doCalc/components/salaryEditCalc/editCalcTable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/editCalcTable.js b/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/editCalcTable.js index f12a267e..35f8d65b 100644 --- a/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/editCalcTable.js +++ b/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/editCalcTable.js @@ -183,7 +183,7 @@ class EditCalcTable extends Component { "当前状态未锁定,点击锁定": getLabel(545248, "当前状态未锁定,点击锁定"), "共": getLabel(18609, "共"), "条": getLabel(18256, "条"), "总计": getLabel(523, "总计"), "批量解锁": getLabel(545249, "批量解锁"), - "批量锁定": getLabel(545250, "批量锁定"), "批量更新": getLabel(545932, "批量更新"), + "批量锁定": getLabel(545250, "批量锁定"), "批量更新": getLabel(545071, "批量更新"), "查看拓扑图": getLabel(545776, "查看拓扑图") }; this.setState({ originPayloadData: { ...payload, i18n } });