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