custom-艾志工业-合并个税
This commit is contained in:
parent
2b32f348ba
commit
c1269e7dd3
|
|
@ -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, "薪资明细") }
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue