审稿页面显示

This commit is contained in:
2025-12-04 14:30:51 +08:00
parent 18378cb32a
commit 6cd8b17bf3
19 changed files with 238 additions and 3813 deletions

View File

@@ -354,7 +354,8 @@ export default new Router({
path: '/success',
component: () => import('../components/page/components/pendingPayment/success.vue'),
meta: {
title: 'Success'
title: 'Success',
hideJournal: true
}
},
{
@@ -368,7 +369,8 @@ export default new Router({
path: '/articleReviewer',
component: () => import('../components/page/articleReviewer.vue'),
meta: {
title: 'Article reviewer'
title: 'Article reviewer',
hideJournal: true
},
hidden: true
},
@@ -376,7 +378,8 @@ export default new Router({
path: '/articleEditorialBoard',
component: () => import('../components/page/articleEditorialBoard.vue'),
meta: {
title: 'Article Editorial Board'
title: 'Article Editorial Board',
hideJournal: true
},
hidden: true
},
@@ -400,7 +403,8 @@ export default new Router({
path: '/articleReviewerAdd',
component: () => import('../components/page/articleReviewerAdd.vue'),
meta: {
title: 'Article reviewer'
title: 'Article reviewer',
hideJournal: true
},
hidden: true
},
@@ -676,6 +680,7 @@ export default new Router({
component: () => import('../components/page/per_history'),
meta: {
title: 'Review History',
hideJournal: true
}
},
{
@@ -705,14 +710,16 @@ export default new Router({
component: () => import('../components/page/per_text'),
meta: {
title: 'Reviewer article details',
hideSidebar: true
hideSidebar: true,
hideJournal: true
}
},
{
path: '/edit_per_text', //审稿人文章详情
component: () => import('../components/page/edit_per_text'),
meta: {
title: 'Final decision article details'
title: 'Final decision article details',
hideJournal: true
}
},
@@ -720,42 +727,48 @@ export default new Router({
path: '/per_text_yq', //审稿人文章详情-邀请
component: () => import('../components/page/per_text_yq'),
meta: {
title: 'Reviewer article details'
title: 'Reviewer article details',
hideJournal: true
}
},
{
path: '/edit_per_text_yq', //审稿人文章详情-邀请
component: () => import('../components/page/edit_per_text_yq'),
meta: {
title: 'Final decision article details'
title: 'Final decision article details',
hideJournal: true
}
},
{
path: '/per_text_success', //审稿人文章-审稿成功页
component: () => import('../components/page/per_text_success'),
meta: {
title: 'Review completed'
title: 'Review completed',
hideJournal: true
}
},
{
path: '/edit_per_text_success', //审稿人文章-审稿成功页
component: () => import('../components/page/edit_per_text_success'),
meta: {
title: 'Review completed'
title: 'Review completed',
hideJournal: true
}
},
{
path: '/per_text_repeat', //审稿人文章-重复审稿提示
component: () => import('../components/page/per_text_repeat'),
meta: {
title: 'Review repeat'
title: 'Review repeat',
hideJournal: true
}
},
{
path: '/per_text_fail',
component: () => import('../components/page/per_text_fail.vue'),
meta: {
title: 'Review fail'
title: 'Review fail',
hideJournal: true
}
},
{
@@ -769,7 +782,8 @@ export default new Router({
path: '/edithistory', //编委历史列表
component: () => import('../components/page/edit_history'),
meta: {
title: 'Accepted manuscript'
title: 'Accepted manuscript',
hideJournal: true
}
},
{