Commit c9676280 authored by 刘怀志's avatar 刘怀志

63526 全局,默认展示数据及分页修改

parent 09b5d627
......@@ -36,7 +36,7 @@ export default {
pageSizes: {
type: Array,
default() {
return [10, 20, 30, 50]
return [20, 50, 100]
}
},
// 移动端页码按钮的数量端默认值5
......
......@@ -233,7 +233,7 @@ export default {
sort: null
},
pageNum: 1,
pageSize: 10,
pageSize: 20,
petNickname: null,
nickname: null,
petOwnerNumber: null,
......
......@@ -278,7 +278,7 @@ export default {
// 排序方式声明
sort: '',
pageNum: 1,
pageSize: 10,
pageSize: 20,
type: null,
petId: null,
petNickname: null,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment