Browse Source

1. 修复不用分页

MONSTER-ygh 7 months ago
parent
commit
eb58ff7260
1 changed files with 1 additions and 0 deletions
  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"