|  | @@ -82,7 +82,8 @@
 | 
	
		
			
				|  |  |                <div>
 | 
	
		
			
				|  |  |                  <!-- v-if="scope.row.type !='MIX'" -->
 | 
	
		
			
				|  |  |                  <el-button type="text"
 | 
	
		
			
				|  |  | -                           @click="resetClass(scope.row)">学员调整</el-button>
 | 
	
		
			
				|  |  | +                           @click="resetClass(scope.row)"
 | 
	
		
			
				|  |  | +                           v-if="scope.row.type != 'MUSIC_NETWORK'">学员调整</el-button>
 | 
	
		
			
				|  |  |                  <el-button type="text"
 | 
	
		
			
				|  |  |                             @click="classAdjustment(scope.row)">班级调整</el-button>
 | 
	
		
			
				|  |  |                  <!--<el-button type="text"
 | 
	
	
		
			
				|  | @@ -101,6 +102,7 @@
 | 
	
		
			
				|  |  |                    </div>
 | 
	
		
			
				|  |  |                    <!-- v-if="scope.row.type !='MIX'" -->
 | 
	
		
			
				|  |  |                    <el-button type="text"
 | 
	
		
			
				|  |  | +                             v-if="scope.row.type != 'MUSIC_NETWORK'"
 | 
	
		
			
				|  |  |                               slot="reference">删除班级</el-button>
 | 
	
		
			
				|  |  |                  </el-popover>
 | 
	
		
			
				|  |  |  
 |