|
@@ -53,6 +53,7 @@ export default {
|
|
|
},
|
|
|
combineGroupStatus(group, model) {
|
|
|
// 逻辑同elective-preference-command
|
|
|
+ if(group.approved || group.forceAdjusted) return '已录取'
|
|
|
if (!group.allowSelect) return group.disabledReason || '无法报名'
|
|
|
if (this.isModelRejected(model)) return '已拒绝'
|
|
|
if (group.selected) return '已报名'
|