Add price to route card on offer page
Some checks failed
Build Docker Image / build (push) Failing after 1m46s
Some checks failed
Build Docker Image / build (push) Failing after 1m46s
This commit is contained in:
@@ -80,6 +80,9 @@
|
|||||||
v-else-if="routeData"
|
v-else-if="routeData"
|
||||||
:location-name="sourceLocation?.name"
|
:location-name="sourceLocation?.name"
|
||||||
:product-name="product?.name"
|
:product-name="product?.name"
|
||||||
|
:price-per-unit="offerData?.pricePerUnit"
|
||||||
|
:currency="offerData?.currency"
|
||||||
|
:unit="offerData?.unit"
|
||||||
:stages="routeStages"
|
:stages="routeStages"
|
||||||
:start-name="sourceLocation?.name"
|
:start-name="sourceLocation?.name"
|
||||||
:end-name="hub?.name"
|
:end-name="hub?.name"
|
||||||
|
|||||||
Reference in New Issue
Block a user