This commit is contained in:
2025-09-01 13:05:33 +08:00
parent d71f54f1f7
commit 4c30099d77
14 changed files with 510 additions and 136 deletions

View File

@@ -672,13 +672,13 @@ export default new Router({
path: '/editPeerewer', //审稿人进行中列表
component: () => import('../components/page/edit_per_ewer'),
meta: {
title: 'Final Review'
title: 'Final Decision'
}
}, {
path: '/editPerhistory', //审稿人历史列表
component: () => import('../components/page/edit_per_history'),
meta: {
title: 'Final Review History',
title: 'Final Decision History',
}
},