fix(/person/report): add /person/report

This commit is contained in:
2026-02-04 17:19:03 +08:00
parent 7176174b9d
commit 0690dcbbb2
12 changed files with 1604 additions and 64 deletions

View File

@@ -256,9 +256,6 @@ export default function PersonDashboardPage() {
flexDirection: "column",
minHeight: 0,
}}>
<Text fw={700} fz="lg" style={{ marginBottom: 8 }}>
</Text>
<div style={{ flex: 1, minHeight: 0 }}>
<PersonalTaskTable />
</div>
@@ -274,9 +271,6 @@ export default function PersonDashboardPage() {
flexDirection: "column",
minHeight: 0,
}}>
<Text fw={700} fz="lg" style={{ marginBottom: 8 }}>
</Text>
<div style={{ flex: 1, minHeight: 0 }}>
<PersonalProjectTable />
</div>