From 97b56a5710a7cbd3fe531eefa83a4fa6ec12cd82 Mon Sep 17 00:00:00 2001 From: luotaiqian <1147642922@qq.com> Date: Thu, 27 Aug 2026 14:07:41 +0800 Subject: [PATCH] paper --- .../Container/EnterpriseInfo/PersonnelInfo/List/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/Container/EnterpriseInfo/PersonnelInfo/List/index.js b/src/pages/Container/EnterpriseInfo/PersonnelInfo/List/index.js index 415e3eb..7c38745 100644 --- a/src/pages/Container/EnterpriseInfo/PersonnelInfo/List/index.js +++ b/src/pages/Container/EnterpriseInfo/PersonnelInfo/List/index.js @@ -1542,7 +1542,7 @@ function StaffImportModal({ open, onCancel, onSuccess }) { 关闭} > @@ -1605,8 +1605,8 @@ function StaffImportModal({ open, onCancel, onSuccess }) { dataSource={errorList} columns={[ { title: "行号", dataIndex: "rowIndex", width: 70 }, - { title: "账号", dataIndex: "account", ellipsis: true }, - { title: "姓名", dataIndex: "userName", ellipsis: true }, + { title: "账号", dataIndex: "account", width: 150 }, + { title: "姓名", dataIndex: "userName", width: 80 }, { title: "异常原因", dataIndex: "errorMessage", ellipsis: true }, ]} />