pdf生成与显示

This commit is contained in:
2026-01-26 09:47:55 +08:00
parent 5c7fbb76fa
commit 68b2172a35
12 changed files with 299 additions and 4379 deletions

View File

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