This commit is contained in:
2024-09-05 17:59:29 +08:00
parent 9017497b15
commit 04f160b8d2
6 changed files with 316 additions and 41 deletions

View File

@@ -199,9 +199,7 @@ export default {
userrole: localStorage.getItem('U_status'),
user_cap: localStorage.getItem('U_role'),
menuList: [
],
menuList: [],
items: [],
// 作者
author_items: [
@@ -237,7 +235,7 @@ export default {
],
// 编辑
editor_items: [
{
{
icon: 'el-icon-lx-home',
index: 'dashboard',
title: this.$t('menu.main')
@@ -284,6 +282,56 @@ export default {
}
]
},
{
icon: 'el-icon-s-help',
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')
},
{
//论文出版监督
icon: 'el-icon-lx-copy',
index: 'JournalCitationAnalysis',
title: this.$t('menu.JournalCitationAnalysis'),
}
]
},
// {
// icon: 'el-icon-user',
@@ -322,31 +370,31 @@ export default {
index: '4',
title: this.$t('sidebar.userManSys'),
subs: [
{
title: this.$t('sidebar.userManSys1'),
index: '41',
subs: [
// {
// index: 'partyListAct',
// title: this.$t('sidebar.userManSys11')
// },{
// index: 'partyListIna',
// title: this.$t('sidebar.userManSys12')
// },
{
index: 'partyList',
title: this.$t('sidebar.userManSys14')
},
{
index: 'partyListCorr',
title: this.$t('sidebar.userManSys15')
},
{
index: 'partyListPot',
title: this.$t('sidebar.userManSys13')
}
]
},
// {
// title: this.$t('sidebar.userManSys1'),
// index: '41',
// subs: [
// // {
// // index: 'partyListAct',
// // title: this.$t('sidebar.userManSys11')
// // },{
// // index: 'partyListIna',
// // title: this.$t('sidebar.userManSys12')
// // },
// {
// index: 'partyList',
// title: this.$t('sidebar.userManSys14')
// },
// {
// index: 'partyListCorr',
// title: this.$t('sidebar.userManSys15')
// },
// {
// index: 'partyListPot',
// title: this.$t('sidebar.userManSys13')
// }
// ]
// },
// {
// index: '',
// title: this.$t('sidebar.userManSys2')
@@ -397,10 +445,10 @@ export default {
}
]
},
{
index: 'disseMRecord',
title: this.$t('sidebar.userManSys6')
},
// {
// index: 'disseMRecord',
// title: this.$t('sidebar.userManSys6')
// },
// {
// index: 'disseMRecord',
// title: this.$t('sidebar.userManSys8')
@@ -414,10 +462,10 @@ export default {
title: this.$t('sidebar.userManSys9')
},
{
index: 'partyDelete',
title: this.$t('sidebar.userManSys7')
}
// {
// index: 'partyDelete',
// title: this.$t('sidebar.userManSys7')
// }
]
},
// {