feat(project/audit): add audit page

This commit is contained in:
2026-02-06 16:10:07 +08:00
parent e159270fdd
commit f0298b91e3
4 changed files with 1285 additions and 0 deletions

View File

@@ -186,6 +186,7 @@ export default function PersonalProjectTable() {
if (record.project_id === currentRowId)
return "var(--mantine-datatable-highlight-on-hover-color-light, var(--mantine-datatable-highlight-on-hover-color))"
}}
idAccessor="project_id"
scrollAreaProps={{ type: "auto" }}
records={pageRecords}
onRecordsPerPageChange={setPageSize}