Browse Source

feat: sso用户统一 sort

master
wangxiang 2 years ago
parent
commit
2821c3534e
No known key found for this signature in database
GPG Key ID: 1BA7946AB6B232E4
  1. 26
      src/views/system/user/sso/sso.data.ts

26
src/views/system/user/sso/sso.data.ts

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

Loading…
Cancel
Save