From 413c8e96c48552531f9f89daa19c28232f40abfd Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期三, 28 五月 2025 12:00:33 +0800 Subject: [PATCH] art: 用户管理-显示手机号码-显示列调整 --- src/views/system/UserList.vue | 38 +++++++++++++++++++------------------- 1 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/views/system/UserList.vue b/src/views/system/UserList.vue index 9944c23..765b9ee 100644 --- a/src/views/system/UserList.vue +++ b/src/views/system/UserList.vue @@ -203,13 +203,13 @@ width: 100, dataIndex: 'realname', }, - // { - // title: '澶村儚', - // align: "center", - // width: 80, - // dataIndex: 'avatar', - // scopedSlots: {customRender: "avatarslot"} - // }, + { + title: '澶村儚', + align: "center", + width: 80, + dataIndex: 'avatar', + scopedSlots: {customRender: "avatarslot"} + }, // { // title: '鎬у埆', @@ -332,12 +332,12 @@ // width: 100, // dataIndex: 'birthday' // }, - // { - // title: '鎵嬫満鍙风爜', - // align: "center", - // width: 100, - // dataIndex: 'phone' - // }, + { + title: '鎵嬫満鍙风爜', + align: "center", + width: 100, + dataIndex: 'phone' + }, { title: '宀椾綅', align: "center", @@ -403,12 +403,12 @@ // width: 100, // dataIndex: 'birthday' // }, - // { - // title: '鎵嬫満鍙风爜', - // align: "center", - // width: 100, - // dataIndex: 'phone' - // }, + { + title: '鎵嬫満鍙风爜', + align: "center", + width: 100, + dataIndex: 'phone' + }, { title: '宀椾綅', align: "center", -- Gitblit v1.9.3