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 917d8b8..765b9ee 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"> @@ -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", @@ -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