{currentVehicleLabel ?
{currentVehicleLabel} : null}
{currentVehicleStatus ? (
当前车辆:{customerStatusTitle(currentVehicleStatus.title)}
) : null}
{currentVehicleConsistency ? (
一致性:{customerStatusTitle(currentVehicleConsistency.title) || `${currentVehicleConsistency.onlineSourceCount}/${currentVehicleConsistency.sourceCount} 数据通道`}
) : null}
{amapConfigured ? '高德地图就绪' : '高德地图待配置'}
{quickActions.map((item) => (
))}
{platformRelease ?
版本 {platformRelease} : null}