fix(platform): align dashboard quality count
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user