From b34373a549706f9ddbfc36b5aac30f96b2f68885 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 18 Aug 2021 11:35:38 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=E4=BB=A3=E7=A0=81=E5=9B=9E=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/system/user/index.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/system/user/index.vue b/frontend/src/views/system/user/index.vue index 2e29261c52..c3c98d5441 100644 --- a/frontend/src/views/system/user/index.vue +++ b/frontend/src/views/system/user/index.vue @@ -191,10 +191,11 @@ export default { }, { label: this.$t('member.edit_password'), icon: 'el-icon-s-tools', type: 'success', click: this.editPassword, show: this.checkPermission(['user:editPwd']) - }, { - label: '权限查看', icon: 'el-icon-lock', type: 'warning', click: this.showAuth, - show: this.checkPermission(['user:editPwd']) } + // , { + // label: '权限查看', icon: 'el-icon-lock', type: 'warning', click: this.showAuth, + // show: this.checkPermission(['user:editPwd']) + // } ], searchConfig: { useQuickSearch: true,