From 2821c3534e7d9119721634df756355d7106f38b2 Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Sun, 6 Aug 2023 04:08:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20sso=E7=94=A8=E6=88=B7=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=20sort?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/sso/sso.data.ts | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) 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: '创建时间',