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 }, ]} />