diff --git a/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/index.js b/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/index.js index 4836fa32..985766f7 100644 --- a/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/index.js +++ b/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/index.js @@ -33,7 +33,7 @@ class Index extends Component { conditions: [], convertConditions: [], reportConditions: [], - selectedKey: "salaryDetail", + selectedKey: "statistics", reportName: "", keyword: "", year: moment().format("YYYY"), @@ -323,7 +323,7 @@ class Index extends Component { } ]; const tabs = [ - // { key: "statistics", title: getLabel(111, "统计表") }, + { key: "statistics", title: getLabel(111, "统计表") }, // { key: "detail", title: getLabel(111, "员工明细") }, { key: "salaryDetail", title: getLabel(111, "薪资明细") } ];