Browse Source

Merge branch 'master' of git.echepei.com:zhujiawei/Warehouse_management_ui

wengyuwen 4 năm trước cách đây
mục cha
commit
9bd5faeb10
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/Pagination/index.vue

+ 1 - 1
src/components/Pagination/index.vue

@@ -35,7 +35,7 @@ export default {
     pageSizes: {
       type: Array,
       default() {
-        return [10, 20, 30, 50]
+        return [50, 100, 200, 500, 1000]
       }
     },
     layout: {