{[
{ label: '问题车辆', value: summary.issueVehicleCount.toLocaleString() },
@@ -145,7 +145,7 @@ export function Quality({
loadIssues(nextFilters, 1, pagination.pageSize);
}} style={{ marginBottom: 12 }}>
-
+
JT808
@@ -174,7 +174,7 @@ export function Quality({
{ title: '车牌', dataIndex: 'plate' },
{ title: '手机号', dataIndex: 'phone' },
{ title: '来源地址', dataIndex: 'sourceEndpoint' },
- { title: '协议', dataIndex: 'protocol' },
+ { title: '数据来源', dataIndex: 'protocol' },
{ title: '问题', dataIndex: 'issueType' },
{ title: '级别', render: (_: unknown, row: QualityIssueRow) => {row.severity} },
{ title: '最后时间', dataIndex: 'lastSeen' },
diff --git a/vehicle-data-platform/apps/web/src/pages/Realtime.tsx b/vehicle-data-platform/apps/web/src/pages/Realtime.tsx
index cb094238..00bf5a97 100644
--- a/vehicle-data-platform/apps/web/src/pages/Realtime.tsx
+++ b/vehicle-data-platform/apps/web/src/pages/Realtime.tsx
@@ -38,7 +38,7 @@ export function Realtime({ onOpenVehicle }: { onOpenVehicle: (vin: string) => vo
return (