|
@@ -109,6 +109,11 @@
|
|
|
<el-input disabled v-model.trim="teacherSchools"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
+ <el-col :span="12">
|
|
|
+ <el-form-item label="备份名字" :label-width="formLabelWidth">
|
|
|
+ <el-input v-model.trim="topForm.memo"></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
<el-col :span="12">
|
|
@@ -117,7 +122,7 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="12" class="diSpan">
|
|
|
- <el-tooltip placement="top" popper-class="mTooltip">
|
|
|
+ <el-tooltip placement="top" popper-class="mTooltip">
|
|
|
<div slot="content">
|
|
|
「是」当前声部的学生都可以选择该老师;
|
|
|
<br />「否」只有该老师的VIP课,单技课,基础技能课的学生可以选择该老师;
|
|
@@ -336,7 +341,8 @@ export default {
|
|
|
certificateType: null,
|
|
|
certificateNum: null,
|
|
|
isSupportCourseScheduleRewardsRules: true,
|
|
|
- isSupportExtraPracticeLesson: null
|
|
|
+ isSupportExtraPracticeLesson: null,
|
|
|
+ memo: null
|
|
|
},
|
|
|
imageIcon: require("@/assets/images/base/warning.png"),
|
|
|
rules: {
|
|
@@ -455,7 +461,8 @@ export default {
|
|
|
isProbationPeriod: result.isProbationPeriod,
|
|
|
isSupportCourseScheduleRewardsRules:
|
|
|
result.isSupportCourseScheduleRewardsRules,
|
|
|
- isSupportExtraPracticeLesson: result.isSupportExtraPracticeLesson
|
|
|
+ isSupportExtraPracticeLesson: result.isSupportExtraPracticeLesson,
|
|
|
+ memo: result.memo
|
|
|
};
|
|
|
let sn = [];
|
|
|
result.teacherSchools.forEach(item => {
|
|
@@ -545,7 +552,8 @@ export default {
|
|
|
technicalTitles: null,
|
|
|
certificateType: null,
|
|
|
certificateNum: null,
|
|
|
- jobType: "ADVISER"
|
|
|
+ jobType: "ADVISER",
|
|
|
+ memo
|
|
|
};
|
|
|
this.$refs[formName].resetFields();
|
|
|
},
|