|
|
@@ -10,7 +10,7 @@ const tableColumns: LDColumnsType<UserListData>[] = [
|
|
|
{title: '用户名称', dataIndex: 'userName', width: TABLE_CELL_WIDTH.normal},
|
|
|
{title: '真实姓名', dataIndex: 'realName', width: TABLE_CELL_WIDTH.normal},
|
|
|
{title: '角色名称', dataIndex: 'role', width: TABLE_CELL_WIDTH.normal},
|
|
|
- {title: '邮箱', dataIndex: 'email', width: TABLE_CELL_WIDTH.normal},
|
|
|
+ {title: '邮箱', dataIndex: 'email', width: TABLE_CELL_WIDTH.middle},
|
|
|
{title: '手机号', dataIndex: 'phone', width: TABLE_CELL_WIDTH.normal},
|
|
|
...modifyDataColumns,
|
|
|
];
|