From 9494a30ddd1474c91a89044e690e7b52e0ade382 Mon Sep 17 00:00:00 2001 From: guillermo Date: Fri, 12 Jul 2024 13:59:03 +0200 Subject: [PATCH] feat: refs #7704 Added min quantity label in catalog --- src/components/ui/CatalogItem.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/components/ui/CatalogItem.vue b/src/components/ui/CatalogItem.vue index 2b4724e35..5c5d71018 100644 --- a/src/components/ui/CatalogItem.vue +++ b/src/components/ui/CatalogItem.vue @@ -52,6 +52,10 @@ const dialog = ref(null); :value="item?.[`value${index + 4}`]" /> +
+ + {{ item.minQuantity }} +