custom-艾志工业-合并个税

This commit is contained in:
lys 2025-04-22 16:10:58 +08:00
parent 2b32f348ba
commit c1269e7dd3
1 changed files with 2 additions and 2 deletions

View File

@ -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, "薪资明细") }
];