Merge branch 'ui' of 172.28.1.6:yangjian/chatgpt-plus into ui

This commit is contained in:
RockYang
2024-03-13 08:48:10 +08:00
5 changed files with 38 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ function useAsyncTable<T extends Record<string, unknown>>(
): TableReturn {
const paginationState = reactive({
current: 1,
pageSize: 10,
pageSize: 20,
total: 0,
});