Browse Source

[CODE]: 分页数 50 100 200 500 1000

maxianghua 4 years ago
parent
commit
b8063186dd
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: {
     pageSizes: {
       type: Array,
       type: Array,
       default() {
       default() {
-        return [10, 20, 30, 50]
+        return [50, 100, 200, 500, 1000]
       }
       }
     },
     },
     layout: {
     layout: {