总监编委

This commit is contained in:
@fawn-nine
2023-08-29 17:58:23 +08:00
parent fb4cd39a76
commit aac786f0b7
8 changed files with 1245 additions and 57 deletions

View File

@@ -432,6 +432,23 @@
title: this.$t('sidebar.party3')
}]
},
{ // 编委系统
icon: 'el-icon-s-custom',
index: '8',
title: this.$t('sidebar.editorialBoard'),
subs: [{
index: 'editorialBoard',
title: this.$t('sidebar.editorialBoard1')
},
// {
// index: 'partyList',
// title: this.$t('sidebar.party2')
// }, {
// index: 'partyDelete',
// title: this.$t('sidebar.party3')
// }
]
},
// ,{
// icon: 'el-icon-data-analysis',
// index: 'citationanalysis',

View File

@@ -120,6 +120,8 @@ const en = {
mailbox3: 'Mailbox template',
tools: 'Assistant tools',
ReArticles: 'Rejected Manuscripts', // 被拒稿件
editorialBoard:'Editor Border',
editorialBoard1:'List'
},
home: {
authortop: 'Author guide',

View File

@@ -119,6 +119,8 @@ const zh = {
mailbox3: '模板管理',
tools: '辅助工具',
ReArticles: '被拒稿件', // 被拒稿件
editorialBoard:'编委管理',
editorialBoard1:'编委列表'
},
home: {
authortop: '用户指南',