@ -15,21 +15,16 @@ export const columns: BasicColumn[] = [
dataIndex: 'userName',
width: 120
},
{
title: '头像',
dataIndex: 'avatar',
width: 120,
title: '昵称',
dataIndex: 'nickName',
title: '邮箱',
dataIndex: 'phone',
width: 200
title: '手机号',
title: '性别',
dataIndex: 'sex',
@ -43,9 +38,14 @@ export const columns: BasicColumn[] = [
}
title: '创建时间',