This commit is contained in:
2025-05-13 10:45:51 +08:00
parent ce0587d2b6
commit ddfd747704
12 changed files with 208 additions and 18 deletions

View File

@@ -24,7 +24,7 @@ function useTableQuery({
const pagination = reactive({
page: 1,
pageSize: 20,
pageSize: 9,
total: 0
});