修改编辑工作台
This commit is contained in:
@@ -45,7 +45,7 @@ export default new Router({
|
||||
component: () => import( /* webpackChunkName: "table" */
|
||||
'../components/page/articleListEditor.vue'),
|
||||
meta: {
|
||||
title: 'Manuscript to be examined',
|
||||
title: 'Paper Editing System',
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -541,7 +541,7 @@ export default new Router({
|
||||
path: '/citationanalysis', //引用情况分析
|
||||
component: () => import('../components/page/analysis_report.vue'),
|
||||
meta: {
|
||||
title: 'Citation Analysis Report'
|
||||
title: 'Article analysis'
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
@@ -549,7 +549,7 @@ export default new Router({
|
||||
path: '/evaluationsis', //引用情况分析
|
||||
component: () => import('../components/page/evaluationsis_report.vue'),
|
||||
meta: {
|
||||
title: 'Journal Evaluation Statistics'
|
||||
title: 'Article distribution'
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
@@ -1014,6 +1014,14 @@ export default new Router({
|
||||
title: 'Journals Management'
|
||||
}
|
||||
},
|
||||
{
|
||||
name:'paper-article-count',
|
||||
path: '/paperArticleCount', // 超管单期刊列表
|
||||
component: () => import('../components/page/paperArticleCount'),
|
||||
meta: {
|
||||
title: 'Article Count'
|
||||
}
|
||||
},
|
||||
{
|
||||
name:'journal-Article-Count',
|
||||
path: '/journalArticleCount', // 超管单期刊列表
|
||||
@@ -1022,6 +1030,14 @@ export default new Router({
|
||||
title: 'Journal Article Count'
|
||||
}
|
||||
},
|
||||
{
|
||||
name:'paper-submit-analysis',
|
||||
path: '/PaperSubmitanalysis', // 超管单期刊列表
|
||||
component: () => import('../components/page/PaperSubmitanalysis'),
|
||||
meta: {
|
||||
title: 'Paper Submit Analysis'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/404',
|
||||
component: () => import( /* webpackChunkName: "404" */
|
||||
|
||||
Reference in New Issue
Block a user