fix: replace modal with prototype version, extend /list API fields

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
kkfluous
2026-03-28 15:28:12 +08:00
parent 752208da02
commit d6ac1044fe
3 changed files with 180 additions and 121 deletions

View File

@@ -108,6 +108,10 @@ export interface VehicleListItem {
contractNo: string | null;
customerName: string | null;
subjectOrg: string | null;
departmentName: string | null;
customerManager: string | null;
brandLabel: string | null;
orgName: string | null;
}
export interface ManagerStats {