|  | @@ -5,14 +5,14 @@
 | 
	
		
			
				|  |  |      </h2>
 | 
	
		
			
				|  |  |      <!--   v-permission="'vipGroupManage/updateVipBaseInfo'" -->
 | 
	
		
			
				|  |  |      <div class="wrap">
 | 
	
		
			
				|  |  | -      <div
 | 
	
		
			
				|  |  | +      <!-- <div
 | 
	
		
			
				|  |  |          class="newBand"
 | 
	
		
			
				|  |  |          @click="resetTeachers"
 | 
	
		
			
				|  |  |          v-permission="'courseSchedule/practiceGroupTeacherAdjust'"
 | 
	
		
			
				|  |  | -      >课程组调整</div>
 | 
	
		
			
				|  |  | +      >课程组调整</div> -->
 | 
	
		
			
				|  |  |        <!-- // accompanys/addCourse -->
 | 
	
		
			
				|  |  | -      <div v-permission="{ child:'courseSchedule/batchAddCourses',parent:'/accompanys'}" class="newBand" @click="addCourse">网管课加课</div>
 | 
	
		
			
				|  |  | -      <div class="newBand" v-permission="'courseSchedule/batchUpdateCourseSchedule'" @click="adjustment">批量调整</div>
 | 
	
		
			
				|  |  | +      <!-- <div v-permission="{ child:'courseSchedule/batchAddCourses',parent:'/accompanys'}" class="newBand" @click="addCourse">网管课加课</div>
 | 
	
		
			
				|  |  | +      <div class="newBand" v-permission="'courseSchedule/batchUpdateCourseSchedule'" @click="adjustment">批量调整</div> -->
 | 
	
		
			
				|  |  |      </div>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      <div class="tableWrap">
 | 
	
	
		
			
				|  | @@ -70,24 +70,24 @@
 | 
	
		
			
				|  |  |                  v-if="!scope.row.isSettlement"
 | 
	
		
			
				|  |  |                  @click="resetClass(scope.row)"
 | 
	
		
			
				|  |  |                >调整</el-button>
 | 
	
		
			
				|  |  | -              <el-button
 | 
	
		
			
				|  |  | +              <!-- <el-button
 | 
	
		
			
				|  |  |                  type="text"
 | 
	
		
			
				|  |  |                  v-permission="'accompanys/remove'"
 | 
	
		
			
				|  |  |                  v-if="!scope.row.isSettlement && scope.row.status == 'NOT_START'"
 | 
	
		
			
				|  |  |                  @click="removeClass(scope.row)"
 | 
	
		
			
				|  |  | -              >删除</el-button>
 | 
	
		
			
				|  |  | +              >删除</el-button> -->
 | 
	
		
			
				|  |  |                <el-button
 | 
	
		
			
				|  |  |                  v-permission="'courseSchedule/practiceCourseTeacherAdjust'"
 | 
	
		
			
				|  |  |                  type="text"
 | 
	
		
			
				|  |  |                  v-if="scope.row.status == 'NOT_START'"
 | 
	
		
			
				|  |  |                  @click="resetTeacher(scope.row)"
 | 
	
		
			
				|  |  |                >更换老师</el-button>
 | 
	
		
			
				|  |  | -              <el-button
 | 
	
		
			
				|  |  | +              <!-- <el-button
 | 
	
		
			
				|  |  |                  type="text"
 | 
	
		
			
				|  |  |                  v-permission="'accompanys/cleanAttendance'"
 | 
	
		
			
				|  |  |                  v-if="!scope.row.isSettlement"
 | 
	
		
			
				|  |  |                  @click="clearAttend(scope.row)"
 | 
	
		
			
				|  |  | -              >清除考勤</el-button>
 | 
	
		
			
				|  |  | +              >清除考勤</el-button> -->
 | 
	
		
			
				|  |  |              </div>
 | 
	
		
			
				|  |  |            </template>
 | 
	
		
			
				|  |  |          </el-table-column>
 | 
	
	
		
			
				|  | @@ -428,11 +428,11 @@ export default {
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |        });
 | 
	
		
			
				|  |  |        // 获取默认声部信息
 | 
	
		
			
				|  |  | -      getPracticeApplySubjects().then(res => {
 | 
	
		
			
				|  |  | -        if (res.code == 200) {
 | 
	
		
			
				|  |  | -          this.subjectList = res.data;
 | 
	
		
			
				|  |  | -        }
 | 
	
		
			
				|  |  | -      });
 | 
	
		
			
				|  |  | +      // getPracticeApplySubjects().then(res => {
 | 
	
		
			
				|  |  | +      //   if (res.code == 200) {
 | 
	
		
			
				|  |  | +      //     this.subjectList = res.data;
 | 
	
		
			
				|  |  | +      //   }
 | 
	
		
			
				|  |  | +      // });
 | 
	
		
			
				|  |  |        // 获取课程组信息
 | 
	
		
			
				|  |  |        this.courseOption = this.coursesDate();
 | 
	
		
			
				|  |  |        this.getCourseGroup();
 |