说明:1、前端分页插件细节修改
This commit is contained in:
parent
3fc23fd59e
commit
fb4d4c62ed
|
|
@ -36,7 +36,7 @@ export default {
|
|||
pageSizes: {
|
||||
type: Array,
|
||||
default() {
|
||||
return [10, 20, 30, 50]
|
||||
return [3,10,15, 20, 30, 50,100]
|
||||
}
|
||||
},
|
||||
// 移动端页码按钮的数量端默认值5
|
||||
|
|
|
|||
|
|
@ -149,7 +149,7 @@ export default {
|
|||
// 查询参数
|
||||
queryParams: {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
pageSize: 3,
|
||||
content: null,
|
||||
source: null,
|
||||
note: null,
|
||||
|
|
|
|||
|
|
@ -171,7 +171,7 @@ export default {
|
|||
// 查询参数
|
||||
queryParams: {
|
||||
pageNum: 1,
|
||||
pageSize: 30,
|
||||
pageSize: 10,
|
||||
content: null,
|
||||
source: null,
|
||||
createTime: null,
|
||||
|
|
|
|||
Loading…
Reference in New Issue