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) &&