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')
// }
]
},
// {

View File

@@ -35,6 +35,24 @@ const en = {
Userdatabase: 'User Database',
analysis: 'Article Analysis',
evaluationsis: 'Article Distribution',
userManSys1: 'Total User',
userManSys13: 'Untapped Users',
userManSys14: 'All Users',
userManSys15: 'Author Database',
userManSys7: 'Blacklist',
userManSys6: 'Promotion Record',
JournalCitationAnalysis: 'Journal Citation Analysis',
},
JournalCitationAnalysis:{
journal:'Journal',
editor:'Editor',
cite:'Cited in',
article:'Articles for',
info:'The following data is',
wos:'Wos',
all:'All references',
factor: 'Factor',
},
sidebar: {
main: 'Personal Center',

View File

@@ -36,6 +36,21 @@ const zh = {
Userdatabase: '用户数据库',
analysis: '文章分析',
evaluationsis: '文章分发',
userManSys1: '用户管理',
userManSys13: '潜在用户',
userManSys14: '用户管理',
userManSys15: '作者库',
userManSys7: '黑名单',
userManSys6: '推广记录',
JournalCitationAnalysis: '期刊引文分析',
}, JournalCitationAnalysis:{
journal:'期刊',
editor:'编辑',
cite:'引用数量',
article:'文章数量', info:'以下数据为',wos:'Wos',
all:'全部引用',
factor: '影响因子',
},
sidebar: {
main: '个人中心',