|  | @@ -6,8 +6,8 @@ export default {
 | 
	
		
			
				|  |  |        this.formatRows.forEach(item => {
 | 
	
		
			
				|  |  |          const currentGroup = models.find(group => group.groupId == item.groupId) || {}
 | 
	
		
			
				|  |  |          item.supplyIndicator = currentGroup.nextGroupIndicator
 | 
	
		
			
				|  |  | -        // 录取人数加指标/ 设置人数
 | 
	
		
			
				|  |  | -        item.backTrackingApply = `${currentGroup.groupApprovedCount + currentGroup.actualCount} /${currentGroup.personCount}`
 | 
	
		
			
				|  |  | +        // 录取人数加指标 / 设置人数
 | 
	
		
			
				|  |  | +        item.backTrackingApply = `${currentGroup.groupApprovedCount } /${currentGroup.personCount}`
 | 
	
		
			
				|  |  |        })
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |        return {
 |