| 
					
				 | 
			
			
				@@ -1,7 +1,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   <div class="m-container"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      <el-page-header @back="goBack" content="陪练课程组"></el-page-header> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      <el-page-header @back="goBack" :content="name"></el-page-header> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    <!--   v-permission="'vipGroupManage/updateVipBaseInfo'" --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <!-- <div 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -137,6 +137,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   data() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     return { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      name:'陪练课程组', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       courseVisible: false, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       Frules: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       FsearchForm: null, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -188,6 +189,9 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           if (res.code == 200) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.tableList = res.data.pageInfo.rows; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.rules.total = res.data.pageInfo.total; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            if( this.tableList.length >0){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              this.name = this.tableList[0].name; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ); 
			 |