Browse Source

Merge branch 'bugfix_0516' into 'master'

创建盲票组新增奖级

See merge request quanshu/mp-ui-pc!242
zhong chunping 3 years ago
parent
commit
ba91cdd38c
1 changed files with 12 additions and 0 deletions
  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,
           quantity: 0,
           prizeList: [],
           prizeList: [],
         },
         },
+        {
+          name: "奖品十一",
+          sort: 11,
+          quantity: 0,
+          prizeList: [],
+        },
+        {
+          name: "奖品十二",
+          sort: 12,
+          quantity: 0,
+          prizeList: [],
+        },
       ],
       ],
     };
     };
   },
   },