Browse Source

Merge branch 'bugfix_0516' into 'master'

创建盲票组新增奖级

See merge request quanshu/mp-ui-pc!242
zhong chunping 3 năm trước cách đây
mục cha
commit
ba91cdd38c
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  1. 12 0
      src/views/business/ticket/components/AwardsList.vue

+ 12 - 0
src/views/business/ticket/components/AwardsList.vue

@@ -164,6 +164,18 @@ export default {
           quantity: 0,
           prizeList: [],
         },
+        {
+          name: "奖品十一",
+          sort: 11,
+          quantity: 0,
+          prizeList: [],
+        },
+        {
+          name: "奖品十二",
+          sort: 12,
+          quantity: 0,
+          prizeList: [],
+        },
       ],
     };
   },