期刊协议

This commit is contained in:
2024-05-06 15:29:42 +08:00
parent ed2874252a
commit 118153b1ad
7 changed files with 740 additions and 19 deletions

View File

@@ -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',