自动化添加审稿人类型

This commit is contained in:
2026-05-19 11:28:33 +08:00
parent 00d58f8d56
commit 2a7b9a0ec2
5 changed files with 1527 additions and 239 deletions

View File

@@ -490,6 +490,7 @@ export default {
if (t === '3') return this.$t('autoPromotion.factoryExpertYoungBoard');
if (t === '4') return this.$t('autoPromotion.factoryExpertAuthor');
if (t === '5') return this.$t('autoPromotion.factoryExpertDb');
if (t === '6') return this.$t('autoPromotion.factoryExpertReviewer');
return '-';
},
getStatusType(status) {