Authored by wangtao

fix: 统一分页配置

... ... @@ -36,12 +36,12 @@ export default {
// 分页页码设置
pageSizes: {
type: Array,
default: [10, 50, 100, 200, 300, 400]
default: [10, 20, 50, 100, 200, 300, 400]
},
// 默认展示
pageSize: {
type: Number,
default: 10
default: 20
},
// 总数
total: {
... ...
... ... @@ -36,12 +36,12 @@ export default {
// 分页页码设置
pageSizes: {
type: Array,
default: [10,50,100, 200, 300, 400]
default: [10, 20, 50, 100, 200, 300, 400]
},
// 默认展示
pageSize: {
type: Number,
default: 10
default: 20
},
// 总数
total: {
... ...