custom-艾志工业-合并个税
This commit is contained in:
parent
a5d1b37100
commit
5c30538bb8
|
|
@ -174,8 +174,7 @@ class SalaryDetails extends Component {
|
|||
columns: _.map(columns, (it, idx) => ({
|
||||
dataIndex: it.column || it.dataIndex, title: it.text || it.title, calcDetail: true, showSee: false,
|
||||
width: (it.dataIndex === "taxAgent" || it.dataIndex === "salarySob") ? 176 : (it.width || it.oldWidth),
|
||||
fixed: (idx === 1 || idx === 0 || idx === 2) ? "left" : "",
|
||||
ellipsis: true
|
||||
fixed: it.fixed, ellipsis: true
|
||||
}))
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ class Index extends Component {
|
|||
conditions: [],
|
||||
convertConditions: [],
|
||||
reportConditions: [],
|
||||
selectedKey: "statistics",
|
||||
selectedKey: "salaryDetail",
|
||||
reportName: "",
|
||||
keyword: "",
|
||||
year: moment().format("YYYY"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue