Browse Source

Merge branch 'online' of http://git.dayaedu.com/molingzhide/dy-admin-manager into online

lex-xin 5 years ago
parent
commit
3e467d808d
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/buildVip/index.vue

+ 3 - 1
src/views/buildVip/index.vue

@@ -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 = '';