Explorar el Código

1. 修复不用分页

MONSTER-ygh hace 8 meses
padre
commit
eb58ff7260
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"