fix(platform): clarify vehicle service status labels

This commit is contained in:
lingniu
2026-07-04 05:52:11 +08:00
parent 6229f837a0
commit bf17c7437e
9 changed files with 32 additions and 26 deletions

View File

@@ -268,7 +268,7 @@ function serviceStatusFromOverview(overview: VehicleServiceOverview): VehicleSer
return {
status: 'degraded',
severity: 'warning',
title: '部分来源离线',
title: '来源异常',
detail: `${onlineSourceCount}/${sourceCount} 个来源在线,车辆服务可用但需要关注离线来源。`,
sourceCount,
onlineSourceCount