|
@@ -38,7 +38,7 @@
|
|
|
@change="setSection($event)">
|
|
|
<el-option v-for="(item,index) in teacherList"
|
|
|
:key="index"
|
|
|
- :label="item.username"
|
|
|
+ :label="item.realName"
|
|
|
:value="item.id" />
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
@@ -644,6 +644,8 @@ export default {
|
|
|
chioseActive (val) {
|
|
|
this.rightForm.offlineCourse = '';
|
|
|
this.rightForm.onlineCourse = '';
|
|
|
+ this.rightForm.onlinePrice = '';
|
|
|
+ this.rightForm.offlinePrice = '';
|
|
|
this.lookList = []
|
|
|
this.timeTable = []
|
|
|
this.attribute1 = '';
|