diff --git a/pc4mobx/hrmSalary/config.js b/pc4mobx/hrmSalary/config.js index ca719497..8da60ccc 100644 --- a/pc4mobx/hrmSalary/config.js +++ b/pc4mobx/hrmSalary/config.js @@ -19,5 +19,6 @@ export const PAGE = { "salaryItem": ["/hrmSalary/salaryItem"], //薪资项目管理 "siScheme": ["/socialSecurityBenefits/programme"], //社保福利方案 "report": ["/hrmSalary/analysisOfSalaryStatistics", "/hrmSalary/reportView"], //报表 - "dataPush": ["/hrmSalary/datapush"] //数据推送 + "dataPush": ["/hrmSalary/datapush"], //数据推送 + "adjustRecord": ["/hrmSalary/adjustSalaryManage"] //调薪管理 };