mo 3 éve
szülő
commit
cb8d0cf6f4

+ 5 - 0
src/views/littleArtistCamp/models/campRosterList.vue

@@ -63,6 +63,11 @@
                 </div>
               </template>
             </el-table-column>
+            <el-table-column
+              align="center"
+              prop="campName"
+              label="训练营"
+            ></el-table-column>
           </el-table>
           <pagination
             sync

+ 1 - 1
src/views/luckyDraw/lotteryRecord.vue

@@ -158,7 +158,7 @@ export default {
   methods: {
     async __init() {
       // 获取分部
-      this.$store.dispatch("setBranchs");
+     this.$store.dispatch("setBranchs");
       this.getList();
     },
     onDateChange(value) {