From 54c22f2f0e98c35e48cdad6c4d0299d08beea630 Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期一, 28 七月 2025 10:15:13 +0800 Subject: [PATCH] update --- 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