薪酬统计分析-员工详情列表修改

This commit is contained in:
黎永顺 2023-05-26 16:05:28 +08:00
parent 11ac288541
commit 0e9efa66ab
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ class Index extends Component {
columns: _.map(columns, (it, idx) => ({
...it,
width: (it.dataIndex === "taxAgent" || it.dataIndex === "salarySob") ? 176 : it.oldWidth,
fixed: (idx === 1 || idx === 0) ? "left" : "",
fixed: (idx === 1 || idx === 0 || idx === 2) ? "left" : "",
ellipsis: true
})), dataSource, countResult,
showSum: true, pageInfo
@ -113,7 +113,7 @@ class Index extends Component {
columns: _.map(columns, (it, idx) => ({
...it,
width: (it.dataIndex === "taxAgent" || it.dataIndex === "salarySob") ? 176 : it.oldWidth,
fixed: (idx === 1 || idx === 0) ? "left" : "",
fixed: (idx === 1 || idx === 0 || idx === 2) ? "left" : "",
ellipsis: true
})), dataSource, countResult,
showSum: true, pageInfo