From 48aa87666e2eb0bb6de8cf8d66c7caf5015f62c8 Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期三, 28 五月 2025 11:47:22 +0800
Subject: [PATCH] art: 用户管理-显示手机号码-显示列调整

---
 src/views/system/UserList.vue |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/src/views/system/UserList.vue b/src/views/system/UserList.vue
index 917d8b8..9944c23 100644
--- a/src/views/system/UserList.vue
+++ b/src/views/system/UserList.vue
@@ -42,7 +42,7 @@
         <a-button type="primary" icon="import">瀵煎叆</a-button>
       </a-upload>
       <j-third-app-button biz-type="user" :selected-row-keys="selectedRowKeys" syncToApp syncToLocal @sync-finally="onSyncFinally"/>
-      <a-button type="primary" icon="hdd" @click="recycleBinVisible=true">鍥炴敹绔�</a-button>
+<!--      <a-button type="primary" icon="hdd" @click="recycleBinVisible=true">鍥炴敹绔�</a-button>-->
       <a-dropdown v-if="selectedRowKeys.length > 0">
         <a-menu slot="overlay" @click="handleMenuClick">
           <a-menu-item key="1">
@@ -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: '鎬у埆',
@@ -224,12 +224,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