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,