|  | @@ -75,12 +75,12 @@
 | 
	
		
			
				|  |  |                           v-permission="'vipGroupManage/applyRefundForStudent'"
 | 
	
		
			
				|  |  |                           @click="lookFee(scope)">退学</el-button>
 | 
	
		
			
				|  |  |                <!--   v-permission="'vipGroupManage/applyRefundForStudent'" -->
 | 
	
		
			
				|  |  | -              <el-button type="text"
 | 
	
		
			
				|  |  | +              <!-- <el-button type="text"
 | 
	
		
			
				|  |  |                           v-if="scope.row.studentStatus == 0"
 | 
	
		
			
				|  |  |                           @click="stopCourse(scope)">休学</el-button>
 | 
	
		
			
				|  |  |                <el-button type="text"
 | 
	
		
			
				|  |  |                           v-if="scope.row.studentStatus == 3"
 | 
	
		
			
				|  |  | -                         @click="recoveryCourse(scope)">恢复</el-button>
 | 
	
		
			
				|  |  | +                         @click="recoveryCourse(scope)">恢复</el-button> -->
 | 
	
		
			
				|  |  |              </div>
 | 
	
		
			
				|  |  |            </template>
 | 
	
		
			
				|  |  |          </el-table-column>
 |