|  | @@ -118,11 +118,19 @@
 | 
	
		
			
				|  |  |              </el-col>
 | 
	
		
			
				|  |  |            </el-row>
 | 
	
		
			
				|  |  |            <el-row>
 | 
	
		
			
				|  |  | -            <el-col :span="12">
 | 
	
		
			
				|  |  | -              <el-form-item label="老师简介"
 | 
	
		
			
				|  |  | +            <el-col :span="12"
 | 
	
		
			
				|  |  | +                   >
 | 
	
		
			
				|  |  | +              <el-form-item label="开放陪练"
 | 
	
		
			
				|  |  |                              :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | -                <el-input type='textarea'
 | 
	
		
			
				|  |  | -                          v-model="topForm.introduction"></el-input>
 | 
	
		
			
				|  |  | +                   <el-select v-model="topForm.isSupportExtraPracticeLesson"
 | 
	
		
			
				|  |  | +                           clearable
 | 
	
		
			
				|  |  | +                           filterable
 | 
	
		
			
				|  |  | +                           placeholder="开放陪练">
 | 
	
		
			
				|  |  | +                  <el-option label="是"
 | 
	
		
			
				|  |  | +                             :value="true"></el-option>
 | 
	
		
			
				|  |  | +                  <el-option label="否"
 | 
	
		
			
				|  |  | +                             :value="false"></el-option>
 | 
	
		
			
				|  |  | +                </el-select>
 | 
	
		
			
				|  |  |                </el-form-item>
 | 
	
		
			
				|  |  |              </el-col>
 | 
	
		
			
				|  |  |              <el-col :span="12"
 | 
	
	
		
			
				|  | @@ -134,6 +142,15 @@
 | 
	
		
			
				|  |  |                </el-form-item>
 | 
	
		
			
				|  |  |              </el-col>
 | 
	
		
			
				|  |  |            </el-row>
 | 
	
		
			
				|  |  | +          <el-row>
 | 
	
		
			
				|  |  | +            <el-col :span="12">
 | 
	
		
			
				|  |  | +              <el-form-item label="老师简介"
 | 
	
		
			
				|  |  | +                            :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +                <el-input type='textarea'
 | 
	
		
			
				|  |  | +                          v-model="topForm.introduction"></el-input>
 | 
	
		
			
				|  |  | +              </el-form-item>
 | 
	
		
			
				|  |  | +            </el-col>
 | 
	
		
			
				|  |  | +          </el-row>
 | 
	
		
			
				|  |  |            <h4>资料学历</h4>
 | 
	
		
			
				|  |  |            <el-row>
 | 
	
		
			
				|  |  |              <el-col :span="12">
 | 
	
	
		
			
				|  | @@ -309,7 +326,8 @@ export default {
 | 
	
		
			
				|  |  |          technicalTitles: null,
 | 
	
		
			
				|  |  |          certificateType: null,
 | 
	
		
			
				|  |  |          certificateNum: null,
 | 
	
		
			
				|  |  | -        isSupportCourseScheduleRewardsRules: true
 | 
	
		
			
				|  |  | +        isSupportCourseScheduleRewardsRules: true,
 | 
	
		
			
				|  |  | +        isSupportExtraPracticeLesson:null
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |        rules: {
 | 
	
		
			
				|  |  |          realName: [{ required: true, message: '请输入姓名', trigger: 'blur' },
 | 
	
	
		
			
				|  | @@ -406,7 +424,8 @@ export default {
 | 
	
		
			
				|  |  |              certificateType: result.certificateType,
 | 
	
		
			
				|  |  |              certificateNum: result.certificateNum,
 | 
	
		
			
				|  |  |              isProbationPeriod: result.isProbationPeriod,
 | 
	
		
			
				|  |  | -            isSupportCourseScheduleRewardsRules: result.isSupportCourseScheduleRewardsRules
 | 
	
		
			
				|  |  | +            isSupportCourseScheduleRewardsRules: result.isSupportCourseScheduleRewardsRules,
 | 
	
		
			
				|  |  | +            isSupportExtraPracticeLesson:result.isSupportExtraPracticeLesson
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |            let sn = []
 | 
	
		
			
				|  |  |            result.teacherSchools.forEach(item => {
 |