Explorar el Código

优惠券适用范围指定范围盲票面值修改

DELL hace 3 años
padre
commit
7d01b3b333
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/business/coupon/components/selectTicket.vue

+ 2 - 2
src/views/business/coupon/components/selectTicket.vue

@@ -38,8 +38,8 @@
         </el-col>
       </el-row>
     </el-form>
-    <el-table v-loading="loading" :data="tableData" @selection-change="handleSelectionChange">
-      <el-table-column type="selection" width="55" />
+    <el-table v-loading="loading" :data="tableData" row-key="boxId" @selection-change="handleSelectionChange">
+      <el-table-column type="selection" width="55" :reserve-selection="true" />
       <el-table-column label="盲票ID" prop="boxId" min-width="90" />
       <el-table-column label="盲票图片" prop="picUrl" align="center" width="80">
         <template slot-scope="{row}">