|  | @@ -3,7 +3,9 @@
 | 
	
		
			
				|  |  |      <!--顶部-->
 | 
	
		
			
				|  |  |      <div class="live-top">
 | 
	
		
			
				|  |  |        <div class="live-title">
 | 
	
		
			
				|  |  | -        <div class="live-title-name">{{ roomInfo.cs_item_name }} {{ roomInfo.task_name }}</div>
 | 
	
		
			
				|  |  | +        <div class="live-title-name">
 | 
	
		
			
				|  |  | +          {{ roomInfo.course_name }} - {{ roomInfo.cs_item_name }} - {{ roomInfo.task_name }}
 | 
	
		
			
				|  |  | +        </div>
 | 
	
		
			
				|  |  |          <div>
 | 
	
		
			
				|  |  |            <el-button v-if="!liveStat" @click="startLive">开启直播</el-button>
 | 
	
		
			
				|  |  |            <el-button v-if="liveStat" icon="el-icon-switch-button" @click="closeLiveRoom">
 | 
	
	
		
			
				|  | @@ -159,7 +161,7 @@
 | 
	
		
			
				|  |  |      <!-- 学员列表 -->
 | 
	
		
			
				|  |  |      <div class="student-list">
 | 
	
		
			
				|  |  |        <div class="student-list-title">
 | 
	
		
			
				|  |  | -        <span>学员列表({{ student_list.length }})</span>
 | 
	
		
			
				|  |  | +        <span>学员列表({{ student_list.length }} / {{ roomInfo.student_count }})</span>
 | 
	
		
			
				|  |  |        </div>
 | 
	
		
			
				|  |  |        <div class="student-list-container">
 | 
	
		
			
				|  |  |          <ul>
 |