diff --git a/vehicle-data-platform/apps/web/src/layout/AppShell.tsx b/vehicle-data-platform/apps/web/src/layout/AppShell.tsx index efc5190a..25c18639 100644 --- a/vehicle-data-platform/apps/web/src/layout/AppShell.tsx +++ b/vehicle-data-platform/apps/web/src/layout/AppShell.tsx @@ -16,12 +16,12 @@ export type PageKey = 'dashboard' | 'vehicles' | 'realtime' | 'detail' | 'histor const navItems = [ { itemKey: 'dashboard', text: '总览工作台', icon: }, - { itemKey: 'vehicles', text: '车辆台账', icon: }, - { itemKey: 'realtime', text: '实时状态', icon: }, + { itemKey: 'vehicles', text: '车辆服务', icon: }, + { itemKey: 'realtime', text: '实时车辆', icon: }, { itemKey: 'detail', text: '车辆详情', icon: }, - { itemKey: 'history', text: '历史查询', icon: }, - { itemKey: 'mileage', text: '里程分析', icon: }, - { itemKey: 'quality', text: '数据质量', icon: } + { itemKey: 'history', text: '历史数据', icon: }, + { itemKey: 'mileage', text: '里程统计', icon: }, + { itemKey: 'quality', text: '质量治理', icon: } ]; function linkHealthClassName(count: number | null) { @@ -61,7 +61,7 @@ export function AppShell({