refactor: PageTable组件重构

This commit is contained in:
meilin.huang
2023-12-12 23:31:53 +08:00
parent d86ef0a9ab
commit 8faf1831d9
26 changed files with 920 additions and 462 deletions

View File

@@ -138,7 +138,7 @@ export const useThemeConfig = defineStore('themeConfig', {
/** 全局设置 */
// 默认列表页的分页大小
defaultListPageSize: 15,
defaultListPageSize: 10,
},
}),
actions: {