This commit is contained in:
2026-01-21 14:34:14 +08:00
parent b983c570ea
commit 5c7fbb76fa
20 changed files with 1729 additions and 1080 deletions

View File

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