Browse Source

0107 17:53

11
mo 5 năm trước cách đây
mục cha
commit
1cc33cc78d

+ 1 - 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>

+ 2 - 0
src/views/sporadicManager/sporadicList.vue

@@ -43,6 +43,8 @@
                        :value="4"></el-option>
             <el-option label="维修费"
                        :value="5"></el-option>
+            <el-option label="福袋活动"
+                       :value="6"></el-option>
 
           </el-select>
         </el-form-item>