update 修改分页中每页展示的条数增加到500
This commit is contained in:
parent
cf9884564e
commit
b55da84446
@ -35,7 +35,7 @@ const props = defineProps({
|
|||||||
pageSizes: {
|
pageSizes: {
|
||||||
type: Array as PropType<number[]>,
|
type: Array as PropType<number[]>,
|
||||||
default() {
|
default() {
|
||||||
return [10, 20, 30, 50];
|
return [10, 20, 30, 50, 100, 500];
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
layout: {
|
layout: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user