Browse Source

1. 修复不用分页

MONSTER-ygh 8 tháng trước cách đây
mục cha
commit
eb58ff7260
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/statisticalReport/seatInventory.vue

+ 1 - 0
src/views/statisticalReport/seatInventory.vue

@@ -91,6 +91,7 @@
     </el-table>
 
     <pagination
+      v-if="false"
       v-show="total>0"
       :total="total"
       :page.sync="queryParams.pageNum"