diff --git a/pc4mobx/hrmSalary/pages/employeeView/index.js b/pc4mobx/hrmSalary/pages/employeeView/index.js index 412da738..f56c3854 100644 --- a/pc4mobx/hrmSalary/pages/employeeView/index.js +++ b/pc4mobx/hrmSalary/pages/employeeView/index.js @@ -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