From 3f5c711fa1de7a2099d576768632a4f0d4f68601 Mon Sep 17 00:00:00 2001 From: wbuezas Date: Fri, 19 Apr 2024 12:26:49 -0300 Subject: [PATCH] Improvements --- src/components/ui/FetchedTags.vue | 2 +- src/pages/Item/ItemFixedPrice.vue | 23 ++++++++++++++++------- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/src/components/ui/FetchedTags.vue b/src/components/ui/FetchedTags.vue index 12bce9d4b..d26c21a4c 100644 --- a/src/components/ui/FetchedTags.vue +++ b/src/components/ui/FetchedTags.vue @@ -18,7 +18,7 @@ defineProps({ :class="{ empty: !$props.item.value5 }" :title="$props.item.tag5 + ': ' + $props.item.value5" > - {{ $props.item.value5 }} + {{ $props.item.value5 }}s
{ row = data; fixedPricesOriginalData.value[rowIndex][col.field] = row[col.field]; } catch (err) { - console.error('Error upserting price', err); + console.error('Error editing price', err); } }; @@ -381,7 +379,6 @@ const updateMinPrice = async (value, props) => { }; const isLower = (date) => { - // TODO: APLICAR ESTO A CHIPS A LAS FECHAS DE ENDED DATE let today = Date.vnNew(); today.setHours(0, 0, 0, 0); @@ -393,7 +390,6 @@ const isLower = (date) => { }; const isBigger = (date) => { - // TODO: APLICAR ESTO A CHIPS A LAS FECHAS DE STARTED DATE let today = Date.vnNew(); today.setHours(0, 0, 0, 0); @@ -505,7 +501,10 @@ onUnmounted(() => (stateStore.rightDrawer = false)); @@ -551,10 +550,15 @@ onUnmounted(() => (stateStore.rightDrawer = false)); @@ -563,6 +567,11 @@ onUnmounted(() => (stateStore.rightDrawer = false));