diff --git a/src/views/system/user/sso/sso.data.ts b/src/views/system/user/sso/sso.data.ts index d4962c3..449b1ad 100644 --- a/src/views/system/user/sso/sso.data.ts +++ b/src/views/system/user/sso/sso.data.ts @@ -15,21 +15,16 @@ export const columns: BasicColumn[] = [ dataIndex: 'userName', width: 120 }, + { + title: '头像', + dataIndex: 'avatar', + width: 120, + }, { title: '昵称', dataIndex: 'nickName', width: 120 }, - { - title: '邮箱', - dataIndex: 'phone', - width: 200 - }, - { - title: '手机号', - dataIndex: 'phone', - width: 200 - }, { title: '性别', dataIndex: 'sex', @@ -43,9 +38,14 @@ export const columns: BasicColumn[] = [ } }, { - title: '头像', - dataIndex: 'avatar', - width: 120, + title: '邮箱', + dataIndex: 'phone', + width: 200 + }, + { + title: '手机号', + dataIndex: 'phone', + width: 200 }, { title: '创建时间',