Browse Source

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

wengyuwen 4 years ago
parent
commit
9bd5faeb10
1 changed files with 1 additions and 1 deletions
  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: {