期刊协议
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<template>
|
||||
<div class="sidebar">
|
||||
|
||||
<el-menu
|
||||
class="sidebar-el-menu"
|
||||
:default-active="onRoutes"
|
||||
@@ -353,6 +352,7 @@ export default {
|
||||
index: 'Editors_Staff',
|
||||
title: this.$t('sidebar.userManSys9')
|
||||
},
|
||||
|
||||
{
|
||||
index: 'partyDelete',
|
||||
title: this.$t('sidebar.userManSys7')
|
||||
@@ -368,6 +368,17 @@ export default {
|
||||
icon: 'el-icon-chat-line-square',
|
||||
index: 'TMRGPT',
|
||||
title: 'TMRGPT'
|
||||
},
|
||||
{
|
||||
icon: 'el-icon-connection',
|
||||
index: '5',
|
||||
title: this.$t('sidebar.journalManagement'),
|
||||
subs: [
|
||||
{
|
||||
index: 'Journal_Agreement',
|
||||
title: this.$t('sidebar.userManSys11')
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
//超级管理员
|
||||
@@ -392,6 +403,7 @@ export default {
|
||||
// }
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
icon: 'el-icon-user',
|
||||
index: '2',
|
||||
|
||||
Reference in New Issue
Block a user