Show supplier/origin in offer cards
Some checks failed
Build Docker Image / build (push) Failing after 7m43s

This commit is contained in:
Ruslan Bakiev
2026-02-05 20:21:36 +07:00
parent adf2a7765c
commit 05c91ca352
9 changed files with 41 additions and 3 deletions

View File

@@ -144,6 +144,7 @@
<OfferResultCard
v-for="(offer, index) in offersWithPrice"
:key="offer.uuid ?? index"
:supplier-name="offer.supplierName"
:location-name="offer.locationName || offer.locationCountry || offer.locationName"
:product-name="offer.productName"
:price-per-unit="offer.pricePerUnit ? Number(offer.pricePerUnit) : null"