From 7db22356d7f25a07df2da6b6f3fbb66ee9813cd7 Mon Sep 17 00:00:00 2001 From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com> Date: Mon, 12 Aug 2024 17:14:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A6=E5=8F=B7=E4=BF=A1=E6=81=AF=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=8E=BB=E9=99=A4=E6=80=A7=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/components/UserInfo.vue | 4 ++-- src/views/system/user/list/index.vue | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/views/system/user/components/UserInfo.vue b/src/views/system/user/components/UserInfo.vue index 5769d106..7b98223b 100644 --- a/src/views/system/user/components/UserInfo.vue +++ b/src/views/system/user/components/UserInfo.vue @@ -25,12 +25,12 @@ - + diff --git a/src/views/system/user/list/index.vue b/src/views/system/user/list/index.vue index d32b1550..86fba86b 100644 --- a/src/views/system/user/list/index.vue +++ b/src/views/system/user/list/index.vue @@ -100,15 +100,15 @@ export default { sortable: 'custom', showOverflowTooltip: true }, - { - prop: 'Sex', - label: this.$t('system:userlist:table:Gender'), - hidden: true, - slot: 'genderSlot', - minWidth: 100, - sortable: 'custom', - showOverflowTooltip: true - }, + // { + // prop: 'Sex', + // label: this.$t('system:userlist:table:Gender'), + // hidden: true, + // slot: 'genderSlot', + // minWidth: 100, + // sortable: 'custom', + // showOverflowTooltip: true + // }, { prop: 'Phone', label: this.$t('system:userlist:table:Phone'),