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 ++++++++++++++--------------
 src/views/system/modules/UserModal.vue |   22 +++++++++++-----------
 2 files changed, 25 insertions(+), 25 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",
diff --git a/src/views/system/modules/UserModal.vue b/src/views/system/modules/UserModal.vue
index f8df9c9..c49f4c6 100644
--- a/src/views/system/modules/UserModal.vue
+++ b/src/views/system/modules/UserModal.vue
@@ -290,17 +290,17 @@
         <!--/>-->
         <!--</a-form-model-item>-->
 
-        <!--<a-form-model-item-->
-        <!--label="鎵嬫満鍙风爜"-->
-        <!--:labelCol="labelCol"-->
-        <!--:wrapperCol="wrapperCol"-->
-        <!--prop="phone"-->
-        <!--&gt;-->
-        <!--<a-input-->
-        <!--placeholder="璇疯緭鍏ユ墜鏈哄彿鐮�"-->
-        <!--v-model="model.phone"-->
-        <!--/>-->
-        <!--</a-form-model-item>-->
+        <a-form-model-item
+          label="鎵嬫満鍙风爜"
+          :labelCol="labelCol"
+          :wrapperCol="wrapperCol"
+          prop="phone"
+        >
+          <a-input
+            placeholder="璇疯緭鍏ユ墜鏈哄彿鐮�"
+            v-model="model.phone"
+          />
+        </a-form-model-item>
 
         <!--<a-form-model-item-->
         <!--label="搴ф満"-->

--
Gitblit v1.9.3