feat: 下载中心

This commit is contained in:
rd
2025-07-17 11:18:36 +08:00
parent 123f2ce3db
commit e6a957d2d2
8 changed files with 395 additions and 334 deletions

View File

@ -71,6 +71,7 @@ export function useTableSelectionWithPagination(options: UseTableSelectionWithPa
const rowSelection = computed(() => ({
type: 'checkbox',
showCheckedAll: true,
width: 48,
}));
return {