custom-艾志工业-合并个税
This commit is contained in:
parent
2b32f348ba
commit
c1269e7dd3
|
|
@ -33,7 +33,7 @@ class Index extends Component {
|
||||||
conditions: [],
|
conditions: [],
|
||||||
convertConditions: [],
|
convertConditions: [],
|
||||||
reportConditions: [],
|
reportConditions: [],
|
||||||
selectedKey: "salaryDetail",
|
selectedKey: "statistics",
|
||||||
reportName: "",
|
reportName: "",
|
||||||
keyword: "",
|
keyword: "",
|
||||||
year: moment().format("YYYY"),
|
year: moment().format("YYYY"),
|
||||||
|
|
@ -323,7 +323,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, "薪资明细") }
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue