1、审稿人14天超时 重新审稿邀请

2、nbsp 转换
3、H3标记为myh3
4、文章详情审稿和编委邮箱机构显示
5、稿号开头为Draft 状态为Reject->Awaiting Submission
6、作者端稿件重复(标题)
7、produce 增加 通讯作者详细地址
8、produce 增加 是否显示图文摘要1
This commit is contained in:
2026-02-10 09:36:35 +08:00
parent 9f108e7c81
commit 5edf128cfb
16 changed files with 680 additions and 546 deletions

View File

@@ -361,7 +361,7 @@ export default {
this.add_apply = 0;
break;
case 7||16:
case 7:
// 7文章状态不在审稿中
this.add_apply = 1;
break;
@@ -369,7 +369,8 @@ export default {
//拒绝审稿
this.add_apply = -1;
break;
case 13:
case 13:
case 16:
//13 邀请审稿超过5天未同意邀请16同意审稿后14天未进行审稿
this.add_apply = 2;
break;