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