fix(platform): align dashboard quality count

This commit is contained in:
lingniu
2026-07-03 22:33:19 +08:00
parent e68028799e
commit 42fec61b4b
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ export function Dashboard({ onOpenVehicle }: { onOpenVehicle: (vin: string) => v
{ label: '在线车辆', value: summary?.onlineVehicles ?? 0 },
{ label: '今日活跃', value: summary?.activeToday ?? 0 },
{ label: '今日帧数', value: summary?.frameToday.toLocaleString() ?? '0' },
{ label: '问题车辆', value: summary?.issueVehicles ?? 0 }
{ label: '质量问题', value: summary?.issueVehicles ?? 0 }
];
return (