diff --git a/app/components/CalcResultContent.vue b/app/components/CalcResultContent.vue index bfe6814..ce17d53 100644 --- a/app/components/CalcResultContent.vue +++ b/app/components/CalcResultContent.vue @@ -20,14 +20,11 @@ diff --git a/app/components/catalog/LocationMiniMap.vue b/app/components/catalog/LocationMiniMap.vue deleted file mode 100644 index 59a9706..0000000 --- a/app/components/catalog/LocationMiniMap.vue +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/app/components/catalog/OfferResultCard.vue b/app/components/catalog/OfferResultCard.vue index 69207ef..31980da 100644 --- a/app/components/catalog/OfferResultCard.vue +++ b/app/components/catalog/OfferResultCard.vue @@ -1,32 +1,18 @@ - + - {{ sourceName }} - {{ locationName }} - - - - {{ priceDisplay }} - + {{ locationName || 'Локация' }} + {{ productName }} + + {{ priceDisplay }} + - - - {{ productName }} - - - - - - + + @@ -34,14 +20,11 @@ import type { RouteStage } from './RouteStepper.vue' const props = withDefaults(defineProps<{ - sourceName: string locationName?: string productName?: string pricePerUnit?: number | null currency?: string | null unit?: string | null - latitude?: number | null - longitude?: number | null stages?: RouteStage[] }>(), { stages: () => [] diff --git a/app/components/catalog/RouteStepper.vue b/app/components/catalog/RouteStepper.vue index 83b0829..cb85275 100644 --- a/app/components/catalog/RouteStepper.vue +++ b/app/components/catalog/RouteStepper.vue @@ -1,13 +1,14 @@ - - - - - {{ getTransportIcon(stage.transportType) }} - {{ formatDistance(stage.distanceKm) }}км - - - + + + {{ formatDistance(stage.distanceKm) }} км + +