Explorar o código

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

maxianghua %!s(int64=4) %!d(string=hai) anos
pai
achega
b8063186dd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: {