| 
					
				 | 
			
			
				@@ -2,7 +2,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   <div class='m-container'> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <!-- <h2>收费类型设置</h2> --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <div class="m-core"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      <div class='newBand' v-permission="'chargeType/upSet'" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      <div class='newBand' v-permission="'musicGroupOrganizationCourseSettings/add'" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            @click="openTypes('create')">添加</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <!-- 列表 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div class="tableWrap"> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -15,7 +15,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <el-table-column align='center' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                            label="操作"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <template slot-scope="scope"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              <el-button @click="openTypes('update', scope.row)" v-permission="'chargeType/upSet'" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <el-button @click="openTypes('update', scope.row)" v-permission="'musicGroupOrganizationCourseSettings/update'" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                          type="text">修改</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <el-button slot="reference" v-permission="'chargeType/del'" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   @click="onTypesDel(scope.row)" 
			 |