1
This commit is contained in:
@@ -31,12 +31,12 @@ export default {
|
||||
},
|
||||
limit: {
|
||||
type: Number,
|
||||
default: 15
|
||||
default: 10
|
||||
},
|
||||
pageSizes: {
|
||||
type: Array,
|
||||
default() {
|
||||
return [15, 50, 100, 200,1]
|
||||
return [10, 50, 100, 200,1000]
|
||||
}
|
||||
},
|
||||
// 移动端页码按钮的数量端默认值5
|
||||
|
||||
Reference in New Issue
Block a user