update 修改分页中每页展示的条数增加到500

This commit is contained in:
18110972313 2025-05-10 13:49:15 +08:00
parent cf9884564e
commit b55da84446

View File

@ -35,7 +35,7 @@ const props = defineProps({
pageSizes: {
type: Array as PropType<number[]>,
default() {
return [10, 20, 30, 50];
return [10, 20, 30, 50, 100, 500];
}
},
layout: {