Преглед на файлове

Merge remote-tracking branch 'origin/dev' into dev

DELL преди 3 години
родител
ревизия
021191a544
променени са 2 файла, в които са добавени 16 реда и са изтрити 4 реда
  1. 12 0
      src/views/business/ticket/components/AwardsList.vue
  2. 4 4
      src/views/business/ticket/index.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: [],
+        },
       ],
     };
   },

+ 4 - 4
src/views/business/ticket/index.vue

@@ -209,7 +209,7 @@
             >编辑</el-button
             >
             <el-button
-             v-show="
+              v-show="
                 scope.row.status.value === 'off' ||
                 scope.row.status.value === 'done'
               "
@@ -219,14 +219,14 @@
               >上架</el-button
             >
             <el-button
-             v-show="scope.row.status.value === 'on'"
+              v-show="scope.row.status.value === 'on'"
               v-hasPermi="['business:ticket:on']"
               type="text"
               @click="setStatus(scope.row, 'off')"
               >下架</el-button
             >
             <el-button
-             v-show="scope.row.status.value === 'done'"
+              v-show="scope.row.status.value === 'done'"
               v-hasPermi="['business:ticket:remove']"
               type="text"
               class="del"
@@ -327,7 +327,7 @@ export default {
     },
 
     // 盲票组列表
-    getList(reset) {
+    getList() {
       this.loading = true;
       getTicketList( 'pageNum=' + this.pageParams.pageNum + '&pageSize=' + this.pageParams.pageSize + '&orderByColumn='+ this.pageParams.orderByColumn +'&isAsc='+ this.pageParams.isAsc +'&',
         this.queryParams