|  | @@ -2,7 +2,7 @@
 | 
	
		
			
				|  |  |    <div class='courseInfo'>
 | 
	
		
			
				|  |  |      <div class="newBand"
 | 
	
		
			
				|  |  |           @click="resetCourses"
 | 
	
		
			
				|  |  | -         v-permission="'studentManage/batchUpdateAdviser'">课程移交</div>
 | 
	
		
			
				|  |  | +         v-permission="'studentManage/batchUpdateAdviser'">学员移交</div>
 | 
	
		
			
				|  |  |      <div class="tableWrap tableMargin">
 | 
	
		
			
				|  |  |        <!-- <h4>试听课</h4> -->
 | 
	
		
			
				|  |  |        <el-table :data='tableList'
 | 
	
	
		
			
				|  | @@ -41,7 +41,7 @@
 | 
	
		
			
				|  |  |                    :page-sizes="pageInfo.page_size"
 | 
	
		
			
				|  |  |                    @pagination="getList" />
 | 
	
		
			
				|  |  |      </div>
 | 
	
		
			
				|  |  | -    <el-dialog title='课程移交'
 | 
	
		
			
				|  |  | +    <el-dialog title='学员移交'
 | 
	
		
			
				|  |  |                 :visible.sync="maskVisible"
 | 
	
		
			
				|  |  |                 width="400px">
 | 
	
		
			
				|  |  |        <el-form :model="maskForm"
 |