总监编委
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -120,6 +120,8 @@ const en = {
|
||||
mailbox3: 'Mailbox template',
|
||||
tools: 'Assistant tools',
|
||||
ReArticles: 'Rejected Manuscripts', // 被拒稿件
|
||||
editorialBoard:'Editor Border',
|
||||
editorialBoard1:'List'
|
||||
},
|
||||
home: {
|
||||
authortop: 'Author guide',
|
||||
|
||||
@@ -119,6 +119,8 @@ const zh = {
|
||||
mailbox3: '模板管理',
|
||||
tools: '辅助工具',
|
||||
ReArticles: '被拒稿件', // 被拒稿件
|
||||
editorialBoard:'编委管理',
|
||||
editorialBoard1:'编委列表'
|
||||
},
|
||||
home: {
|
||||
authortop: '用户指南',
|
||||
|
||||
Reference in New Issue
Block a user