From 7a9439e231faaec45f0907ef964089709381ae9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Thu, 7 Nov 2024 09:19:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=81=E7=A7=BB=E7=94=A8=E6=88=B7=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E5=88=B0=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/Sidebar.vue | 61 ++++++++++++++++--------------- 1 file changed, 31 insertions(+), 30 deletions(-) diff --git a/src/components/common/Sidebar.vue b/src/components/common/Sidebar.vue index 4b3133b..a712905 100644 --- a/src/components/common/Sidebar.vue +++ b/src/components/common/Sidebar.vue @@ -265,36 +265,7 @@ export default { index: 'Promotionsystem', title: this.$t('menu.Promotionsystem'), subs: [ - { - //论文编辑系统 - icon: 'el-icon-lx-copy', - index: 'Userdatabase', - title: this.$t('menu.Userdatabase'), - subs: [ - { - title: this.$t('menu.userManSys1'), - index: 'userManSys1', - subs: [ - { - index: 'partyList', - title: this.$t('menu.userManSys14') - }, - { - index: 'partyListCorr', - title: this.$t('menu.userManSys15') - }, - { - index: 'partyListPot', - title: this.$t('menu.userManSys13') - } - ] - }, - { - index: 'partyDelete', - title: this.$t('menu.userManSys7') - } - ] - }, + { index: 'disseMRecord', title: this.$t('menu.userManSys6') @@ -345,6 +316,36 @@ export default { index: '4', title: this.$t('sidebar.userManSys'), subs: [ + { + //论文编辑系统 + icon: 'el-icon-lx-copy', + index: 'Userdatabase', + title: this.$t('menu.Userdatabase'), + subs: [ + { + title: this.$t('menu.userManSys1'), + index: 'userManSys1', + subs: [ + { + index: 'partyList', + title: this.$t('menu.userManSys14') + }, + { + index: 'partyListCorr', + title: this.$t('menu.userManSys15') + }, + { + index: 'partyListPot', + title: this.$t('menu.userManSys13') + } + ] + }, + { + index: 'partyDelete', + title: this.$t('menu.userManSys7') + } + ] + }, // { // title: this.$t('sidebar.userManSys1'), // index: '41',