Sfoglia il codice sorgente

1. 修复不用分页

MONSTER-ygh 8 mesi fa
parent
commit
eb58ff7260
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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"