diff --git a/src/components/ui/FetchedTags.vue b/src/components/ui/FetchedTags.vue
index 12bce9d4ba..d26c21a4ca 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));
- {{ row.name }} {{ row.subName }}
+
+ {{ row.name }}
+
+
@@ -551,10 +550,15 @@ onUnmounted(() => (stateStore.rightDrawer = false));
-
+
@@ -563,6 +567,11 @@ onUnmounted(() => (stateStore.rightDrawer = false));