feat(documents): refresh detail pages and attachment cards

This commit is contained in:
Cheng Zhou
2026-06-08 11:03:34 +08:00
parent a3f6a04f35
commit 834b4f1d48
11 changed files with 2372 additions and 929 deletions
+6
View File
@@ -45,6 +45,12 @@ export interface DocumentVersion {
mime_type?: string | null;
change_summary?: string | null;
created_by?: string | null;
created_by_user?: {
id: string;
email: string;
full_name: string;
avatar_url?: string | null;
} | null;
submitted_at?: string | null;
approved_at?: string | null;
withdrawn_at?: string | null;