From 9d2fd951ef5f632b963fd8f0c86a01603281649a Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Fri, 18 Oct 2024 16:49:52 +0800 Subject: [PATCH] =?UTF-8?q?release/2.16.1.2410.01-=E4=B8=AA=E7=A8=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../doCalc/components/salaryEditCalc/editCalcTable.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/editCalcTable.js b/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/editCalcTable.js index 56303e05..d7ffbc62 100644 --- a/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/editCalcTable.js +++ b/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/editCalcTable.js @@ -232,8 +232,8 @@ class EditCalcTable extends Component { "点击锁定所有解锁的项目值": getLabel(543649, "点击锁定所有解锁的项目值"), "点击解锁所有锁定的项目值": getLabel(543648, "点击解锁所有锁定的项目值"), "锁定的项目值": getLabel(543647, "锁定的项目值"), - "当前状态锁定,点击解锁": getLabel(111, "当前状态锁定,点击解锁"), - "当前状态未锁定,点击锁定": getLabel(111, "当前状态未锁定,点击锁定"), + "当前状态锁定,右击解锁": getLabel(111, "当前状态锁定,右击解锁"), + "当前状态未锁定,右击锁定": getLabel(111, "当前状态未锁定,右击锁定"), "共": getLabel(18609, "共"), "条": getLabel(18256, "条"), "总计": getLabel(523, "总计"), "批量解锁": getLabel(111, "批量解锁"), "批量锁定": getLabel(111, "批量锁定"), "批量更新": getLabel(111, "批量更新"),