release/2.12.1.2403.02

暂时去掉薪酬统计报表中的薪资明细tab
This commit is contained in:
黎永顺 2024-03-29 10:48:31 +08:00
parent e5f1ede772
commit 1fad3eabdf
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ class Index extends Component {
const tabs = [ const tabs = [
{ key: "statistics", title: getLabel(111, "统计表") }, { key: "statistics", title: getLabel(111, "统计表") },
{ key: "detail", title: getLabel(111, "员工明细") }, { key: "detail", title: getLabel(111, "员工明细") },
{ key: "salaryDetail", title: getLabel(111, "薪资明细") } // { key: "salaryDetail", title: getLabel(111, "薪资明细") }
]; ];
return ( return (
<WeaReqTop <WeaReqTop