|  | @@ -1,16 +1,16 @@
 | 
	
		
			
				|  |  |  <template>
 | 
	
		
			
				|  |  |    <div class='courseInfo'>
 | 
	
		
			
				|  |  | -    <div class="newBand"
 | 
	
		
			
				|  |  | +    <!-- <div class="newBand"
 | 
	
		
			
				|  |  |           @click="resetCourses"
 | 
	
		
			
				|  |  | -         v-permission="'studentManage/batchUpdateAdviser/batch'">学员移交</div>
 | 
	
		
			
				|  |  | +         v-permission="'studentManage/batchUpdateAdviser/batch'">学员移交</div> -->
 | 
	
		
			
				|  |  |      <div class="tableWrap tableMargin">
 | 
	
		
			
				|  |  |        <!-- <h4>试听课</h4> -->
 | 
	
		
			
				|  |  |        <el-table :data='tableList'
 | 
	
		
			
				|  |  |                  @selection-change="handleSelectionChange"
 | 
	
		
			
				|  |  |                  :header-cell-style="{background:'#EDEEF0',color:'#444'}">
 | 
	
		
			
				|  |  | -        <el-table-column type="selection"
 | 
	
		
			
				|  |  | +        <!-- <el-table-column type="selection"
 | 
	
		
			
				|  |  |                           width="55">
 | 
	
		
			
				|  |  | -        </el-table-column>
 | 
	
		
			
				|  |  | +        </el-table-column> -->
 | 
	
		
			
				|  |  |          <el-table-column label="学员编号"
 | 
	
		
			
				|  |  |                           width="150"
 | 
	
		
			
				|  |  |                           prop='userId'>
 | 
	
	
		
			
				|  | @@ -19,7 +19,16 @@
 | 
	
		
			
				|  |  |                           width="150"
 | 
	
		
			
				|  |  |                           prop="name">
 | 
	
		
			
				|  |  |          </el-table-column>
 | 
	
		
			
				|  |  | -        <el-table-column label="操作"
 | 
	
		
			
				|  |  | +        <el-table-column label="老师类型"
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +                         prop="name">
 | 
	
		
			
				|  |  | +                         <template slot-scope="scope">
 | 
	
		
			
				|  |  | +            <div>
 | 
	
		
			
				|  |  | +            {{scope.row.teacherType | coursesType}}
 | 
	
		
			
				|  |  | +            </div>
 | 
	
		
			
				|  |  | +          </template>
 | 
	
		
			
				|  |  | +        </el-table-column>
 | 
	
		
			
				|  |  | +        <!-- <el-table-column label="操作"
 | 
	
		
			
				|  |  |                           align="right"
 | 
	
		
			
				|  |  |                           prop="subjectNames">
 | 
	
		
			
				|  |  |            <template slot-scope="scope">
 | 
	
	
		
			
				|  | @@ -30,7 +39,7 @@
 | 
	
		
			
				|  |  |              </div>
 | 
	
		
			
				|  |  |            </template>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        </el-table-column>
 | 
	
		
			
				|  |  | +        </el-table-column> -->
 | 
	
		
			
				|  |  |          <el-table-column width="40"
 | 
	
		
			
				|  |  |                           align="right">
 | 
	
		
			
				|  |  |          </el-table-column>
 |