소스 검색

0107 17:53

11
mo 5 년 전
부모
커밋
1cc33cc78d
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/buildVip/index.vue
  2. 2 0
      src/views/sporadicManager/sporadicList.vue

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