{onVehicleScopeChange && vehicleScope ? (
{([
['all', '全部车辆'],
['lingniu', '仅羚牛车辆'],
['external', '仅外部车辆'],
] as const).map(([id, label]) => (
))}
) : (
{(['lingniu', 'external'] as const).map(option => (
))}
)}
{updatedAt ? {updatedAt} : null}
{onRefresh ? (
) : null}