From 32e01016c1e10ebf36b6801246583df73329650e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Fri, 27 Oct 2023 16:27:01 +0800 Subject: [PATCH] hotfix/2.9.42310.02 --- pc4mobx/hrmSalary/pages/salaryItem/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pc4mobx/hrmSalary/pages/salaryItem/index.js b/pc4mobx/hrmSalary/pages/salaryItem/index.js index 77dcae48..e9d7cff0 100644 --- a/pc4mobx/hrmSalary/pages/salaryItem/index.js +++ b/pc4mobx/hrmSalary/pages/salaryItem/index.js @@ -226,8 +226,7 @@ export default class SalaryItem extends React.Component { const menu = ( - 系统薪资项 - 自定义薪资项 + {getLabel(111, "新增自定义薪资项")} ); @@ -236,7 +235,8 @@ export default class SalaryItem extends React.Component { return (
{ (showOperateBtn || showSalaryItemBtn) && - 新增 + handleMenuClick({ key: "1" })} + style={{ marginRight: "10px" }}>{getLabel(111, "新增系统薪资项")} } { (showOperateBtn || showSalaryItemBtn) &&