1
This commit is contained in:
@@ -43,7 +43,6 @@ export default new Router({
|
||||
component: () => import( /* webpackChunkName: "table" */ '../components/page/articleListEditor.vue'),
|
||||
meta: {
|
||||
title: 'Manuscript to be examined',
|
||||
permission: 2
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -51,7 +50,62 @@ export default new Router({
|
||||
component: () => import('../components/page/articleDetailEditor.vue'),
|
||||
meta: {
|
||||
title: 'Manuscript detail',
|
||||
permission: 2
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/articleDetailEditor_a',
|
||||
component: () => import('../components/page/articleDetailEditor_a.vue'),
|
||||
meta: {
|
||||
title: 'Manuscript Received',
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/articleDetailEditor_b',
|
||||
component: () => import('../components/page/articleDetailEditor_b.vue'),
|
||||
meta: {
|
||||
title: 'Manuscript With editor',
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/articleDetailEditor_c',
|
||||
component: () => import('../components/page/articleDetailEditor_c.vue'),
|
||||
meta: {
|
||||
title: 'Manuscript Under review',
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/articleDetailEditor_d',
|
||||
component: () => import('../components/page/articleDetailEditor_d.vue'),
|
||||
meta: {
|
||||
title: 'Manuscript Reject',
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/articleDetailEditor_e',
|
||||
component: () => import('../components/page/articleDetailEditor_e.vue'),
|
||||
meta: {
|
||||
title: 'Manuscript Revision',
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/articleDetailEditor_f',
|
||||
component: () => import('../components/page/articleDetailEditor_f.vue'),
|
||||
meta: {
|
||||
title: 'Manuscript Accepted',
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/articleDetailEditor_g',
|
||||
component: () => import('../components/page/articleDetailEditor_g.vue'),
|
||||
meta: {
|
||||
title: 'Manuscript Fininal decision',
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
@@ -63,6 +117,14 @@ export default new Router({
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/articleProcess',
|
||||
component: () => import('../components/page/articleProcess.vue'),
|
||||
meta: {
|
||||
title: 'Manuscript process',
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: 'articleRevise',
|
||||
component: () => import('../components/page/articleRevise.vue'),
|
||||
@@ -123,6 +185,22 @@ export default new Router({
|
||||
title: 'Journal list'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'reviewerArticleDetail',
|
||||
component: () => import('../components/page/reviewerArticleDetail.vue'),
|
||||
meta: {
|
||||
title: 'Reviewer Article Detail'
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: 'reviewerArticleList',
|
||||
component: () => import('../components/page/reviewerArticleList.vue'),
|
||||
meta: {
|
||||
title: 'Reviewer Article List'
|
||||
},
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: 'authorApplyReviewer',
|
||||
component: () => import('../components/page/authorApplyReviewer.vue'),
|
||||
@@ -160,21 +238,6 @@ export default new Router({
|
||||
title: 'Author transferred to reviewer list'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/reviewerArticleList',
|
||||
component: () => import('../components/page/reviewerArticleList.vue'),
|
||||
meta: ({
|
||||
title: 'Reviewer article list'
|
||||
})
|
||||
},
|
||||
{
|
||||
path: '/reviewerArticleDetail',
|
||||
component: () => import('../components/page/reviewerArticleDetail.vue'),
|
||||
meta: ({
|
||||
title: 'Reviewer article detail'
|
||||
}),
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/reviewerList',
|
||||
component: () => import('../components/page/reviewerList.vue'),
|
||||
@@ -218,6 +281,7 @@ export default new Router({
|
||||
title: 'Apply success'
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
path: '/reviewerImportError',
|
||||
component: () => import('../components/page/reviewerImportError.vue'),
|
||||
@@ -225,13 +289,6 @@ export default new Router({
|
||||
title: 'Import error'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/reviewerAdd',
|
||||
component: () => import('../components/page/reviewerAdd.vue'),
|
||||
meta: {
|
||||
title: 'Reviewer Add'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/monitorManuscript',
|
||||
component: () => import('../components/page/monitorManuscript.vue'),
|
||||
@@ -280,7 +337,7 @@ export default new Router({
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/citationanalysis',//引用情况分析
|
||||
path: '/citationanalysis', //引用情况分析
|
||||
component: () => import('../components/page/analysis_report.vue'),
|
||||
meta: {
|
||||
title: 'Citation Analysis Report'
|
||||
@@ -307,32 +364,33 @@ export default new Router({
|
||||
meta: {
|
||||
title: 'Editor-in-Chief article details'
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/man_text_ls', //主编文章详情-历史
|
||||
component: () => import('../components/page/man_text_ls'),
|
||||
meta: {
|
||||
title: 'Editor-in-Chief article details'
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/man_report', //-统计-图表
|
||||
component: () => import( /* webpackChunkName: "" */ '../components/page/man_report'),
|
||||
meta: {
|
||||
title: 'Editor-in-Chief Statistical Analysis'
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/peerewer', //审稿人进行中列表
|
||||
component: () => import('../components/page/per_ewer'),
|
||||
meta: {
|
||||
title: 'Reviewer'
|
||||
}
|
||||
},{
|
||||
}, {
|
||||
path: '/perhistory', //审稿人历史列表
|
||||
component: () => import('../components/page/per_history'),
|
||||
meta: {
|
||||
title: 'Reviewer historical manuscripts'
|
||||
title: 'Reviewer historical manuscripts',
|
||||
// keepAlive: true,
|
||||
}
|
||||
}, {
|
||||
path: '/perhistory_commen', //审稿人历史列表
|
||||
@@ -340,28 +398,42 @@ export default new Router({
|
||||
meta: {
|
||||
title: 'Reviewer historical comment'
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/per_text', //审稿人文章详情
|
||||
component: () => import('../components/page/per_text'),
|
||||
meta: {
|
||||
title: 'Reviewer article details'
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/per_text_yq', //审稿人文章详情-邀请
|
||||
component: () => import('../components/page/per_text_yq'),
|
||||
meta: {
|
||||
title: 'Reviewer article details'
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/per_text_success', //审稿人文章-审稿成功页
|
||||
component: () => import('../components/page/per_text_success'),
|
||||
meta: {
|
||||
title: 'Review completed'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/per_text_fail',
|
||||
component: () => import('../components/page/per_text_fail.vue'),
|
||||
meta: {
|
||||
title: 'Review fail'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/editorial', //编委进行中列表
|
||||
component: () => import('../components/page/edit_ial'),
|
||||
meta: {
|
||||
title: 'Editorial board member'
|
||||
}
|
||||
},{
|
||||
}, {
|
||||
path: '/edithistory', //编委历史列表
|
||||
component: () => import('../components/page/edit_history'),
|
||||
meta: {
|
||||
@@ -379,7 +451,7 @@ export default new Router({
|
||||
meta: {
|
||||
title: 'Editorial board member article details'
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/youthed', //青年编委进行中列表
|
||||
component: () => import('../components/page/you_thed'),
|
||||
@@ -388,7 +460,14 @@ export default new Router({
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/you_text', //青年编委-审稿详情
|
||||
path: '/percenter', //青年编委-审稿详情
|
||||
component: () => import('../components/page/cenper_ter'),
|
||||
meta: {
|
||||
title: 'Personal Center'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/you_text', //个人中心
|
||||
component: () => import('../components/page/you_text'),
|
||||
meta: {
|
||||
title: 'Young scientist member article details'
|
||||
|
||||
Reference in New Issue
Block a user