chore: vxe默认显示条数
This commit is contained in:
parent
df79908056
commit
521ba6af9c
@ -24,8 +24,10 @@ setupVbenVxeTable({
|
|||||||
showResponseMsg: false,
|
showResponseMsg: false,
|
||||||
},
|
},
|
||||||
pagerConfig: {
|
pagerConfig: {
|
||||||
// pageSize: 10,
|
// 默认条数
|
||||||
// pageSizes: [10, 20, 30, 40, 50],
|
pageSize: 10,
|
||||||
|
// 分页可选条数
|
||||||
|
pageSizes: [10, 20, 30, 40, 50],
|
||||||
},
|
},
|
||||||
rowConfig: {
|
rowConfig: {
|
||||||
// 鼠标移入行显示 hover 样式
|
// 鼠标移入行显示 hover 样式
|
||||||
|
Loading…
Reference in New Issue
Block a user