From 0e9efa66ab4a2d677f6df4d358dbd9abdc0c92a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Fri, 26 May 2023 16:05:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=96=AA=E9=85=AC=E7=BB=9F=E8=AE=A1=E5=88=86?= =?UTF-8?q?=E6=9E=90-=E5=91=98=E5=B7=A5=E8=AF=A6=E6=83=85=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/pages/employeeView/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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