feat: 产品走查调整

This commit is contained in:
rd
2025-07-14 16:39:02 +08:00
parent ca31db446d
commit ac7a8abfe3
4 changed files with 10 additions and 5 deletions

View File

@ -77,7 +77,8 @@
size="mini"
show-total
show-jumper
:show-page-size="false"
show-page-size
:page-size-options="[8, 16, 20, 32, 64]"
:current="pageInfo.page"
:page-size="pageInfo.pageSize"
@change="onPageChange"
@ -114,7 +115,7 @@ const deleteAccountRef = ref(null);
const pageInfo = ref({
page: 1,
pageSize: 8,
pageSize: 20,
total: 0,
});
const query = ref(cloneDeep(INITIAL_QUERY));