This commit is contained in:
2025-08-29 15:05:26 +08:00
parent daba55e418
commit d71f54f1f7
24 changed files with 2939 additions and 1581 deletions

View File

@@ -378,6 +378,14 @@ export default new Router({
},
hidden: true
},
{
path: '/articleEditorDetail',
component: () => import('../components/page/articleEditorDetail'),
meta: {
title: 'Article detail'
},
hidden: true
},
{
path: '/articleReviewerAdd',
component: () => import('../components/page/articleReviewerAdd.vue'),
@@ -664,13 +672,13 @@ export default new Router({
path: '/editPeerewer', //审稿人进行中列表
component: () => import('../components/page/edit_per_ewer'),
meta: {
title: 'Peer Review'
title: 'Final Review'
}
}, {
path: '/editPerhistory', //审稿人历史列表
component: () => import('../components/page/edit_per_history'),
meta: {
title: 'Review History',
title: 'Final Review History',
}
},
@@ -693,7 +701,8 @@ export default new Router({
path: '/edit_per_text', //审稿人文章详情
component: () => import('../components/page/edit_per_text'),
meta: {
title: 'Final decision article details'
title: 'Final review article details'
}
},
{
@@ -703,6 +712,13 @@ export default new Router({
title: 'Reviewer article details'
}
},
{
path: '/edit_per_text_yq', //审稿人文章详情-邀请
component: () => import('../components/page/edit_per_text_yq'),
meta: {
title: 'Final review article details'
}
},
{
path: '/per_text_success', //审稿人文章-审稿成功页
component: () => import('../components/page/per_text_success'),