|  | @@ -18,8 +18,8 @@
 | 
	
		
			
				|  |  |             v-permission="'vipGroupManage/updateVipBaseInfo'"
 | 
	
		
			
				|  |  |             @click="addrVisible = true">修改教学点</div>
 | 
	
		
			
				|  |  |        <div class="newBand"
 | 
	
		
			
				|  |  | -           v-permission="{parent:'/vipReset',child:'employee/findEducationUsers'}"
 | 
	
		
			
				|  |  | -           @click="educationalVisible = true">课程信息</div>
 | 
	
		
			
				|  |  | +           v-permission="'vipGroupManage/updateVipBaseInfo/courseClass'"
 | 
	
		
			
				|  |  | +           @click="educationalVisible = true">课程组信息修改</div>
 | 
	
		
			
				|  |  |        <!-- <div class="newBand"
 | 
	
		
			
				|  |  |             v-permission="'vipGroupManage/update'"
 | 
	
		
			
				|  |  |             @click="expireVisible = true">有效期调整</div>  -->
 | 
	
	
		
			
				|  | @@ -99,17 +99,14 @@
 | 
	
		
			
				|  |  |            <template slot-scope="scope">
 | 
	
		
			
				|  |  |              <div>
 | 
	
		
			
				|  |  |                <el-button type="text"
 | 
	
		
			
				|  |  | -                         v-permission="{parent:'/vipReset',child:'courseSchedule/classStartDateAdjust'}"
 | 
	
		
			
				|  |  | -                         v-if="!scope.row.isSettlement"
 | 
	
		
			
				|  |  | +                         v-if="!scope.row.isSettlement && $helpers.permission('courseSchedule/classStartDateAdjust/vipReset')"
 | 
	
		
			
				|  |  |                           @click="resetClass(scope.row)">调整</el-button>
 | 
	
		
			
				|  |  |                <el-button type="text"
 | 
	
		
			
				|  |  | -                         v-permission="{parent:'/vipReset',child:'courseSchedule/batchDelete'}"
 | 
	
		
			
				|  |  | -                         v-if="!scope.row.isSettlement&&scope.row.status != 'OVER'"
 | 
	
		
			
				|  |  | +                         v-if="!scope.row.isSettlement&&scope.row.status != 'OVER' && $helpers.permission('courseSchedule/batchDelete')"
 | 
	
		
			
				|  |  |                           @click="removeClass(scope.row)">删除</el-button>
 | 
	
		
			
				|  |  |                <!--   -->
 | 
	
		
			
				|  |  |                <el-button type="text"
 | 
	
		
			
				|  |  | -                         v-permission="{parent:'/vipReset',child:'vip/cleanAttendance'}"
 | 
	
		
			
				|  |  | -                         v-if="!scope.row.isSettlement"
 | 
	
		
			
				|  |  | +                         v-if="!scope.row.isSettlement && $helpers.permission('vip/cleanAttendance')"
 | 
	
		
			
				|  |  |                           @click="clearAttend(scope.row)">清除考勤</el-button>
 | 
	
		
			
				|  |  |              </div>
 | 
	
		
			
				|  |  |            </template>
 |