From d0223045d2dd1cccc26c995c972e80e60bd19b26 Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期一, 02 六月 2025 08:45:44 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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