From 13da216816ace9fc81b7aee268da0b4b2b589890 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 31 May 2021 14:26:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E6=8E=88=E6=9D=83=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/system/authority/authConfig.vue | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/frontend/src/views/system/authority/authConfig.vue b/frontend/src/views/system/authority/authConfig.vue index 32ab6c3a50..8ce807b420 100644 --- a/frontend/src/views/system/authority/authConfig.vue +++ b/frontend/src/views/system/authority/authConfig.vue @@ -109,15 +109,14 @@ export default { direction: 'source', authType: 'panel', authTargets: 'dept,role,user' + }, + { + tabName: this.$t('auth.menuAuth'), + head: this.$t('auth.menuAuthHead'), + direction: 'source', + authType: 'menu', + authTargets: 'role' } - // , - // { - // tabName: this.$t('auth.menuAuth'), - // head: this.$t('auth.menuAuthHead'), - // direction: 'source', - // authType: 'menu', - // authTargets: 'role' - // } ], targetActiveName: null, sourceActiveName: null,