From c1269e7dd3d279322c3d913bae5e2dbec2517e06 Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Tue, 22 Apr 2025 16:10:58 +0800 Subject: [PATCH] =?UTF-8?q?custom-=E8=89=BE=E5=BF=97=E5=B7=A5=E4=B8=9A-?= =?UTF-8?q?=E5=90=88=E5=B9=B6=E4=B8=AA=E7=A8=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, "薪资明细") } ];