This commit is contained in:
2025-10-05 03:09:15 +08:00
parent 57f1a7f121
commit f36dc4f3d3
15 changed files with 1479 additions and 612 deletions

View File

@@ -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