From df29ad31fdb128156369b74e57db55c64165c501 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Mon, 29 Apr 2024 13:22:31 +0200 Subject: [PATCH] minor changes --- src/i18n/locale/en.yml | 1 + src/i18n/locale/es.yml | 1 + src/pages/Ticket/Negative/TicketLackDetail.vue | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/i18n/locale/en.yml b/src/i18n/locale/en.yml index 14e69d134..56f0163e3 100644 --- a/src/i18n/locale/en.yml +++ b/src/i18n/locale/en.yml @@ -67,6 +67,7 @@ globals: type: Type reason: reason noResults: No results + results: results system: System notificationSent: Notification sent warehouse: Warehouse diff --git a/src/i18n/locale/es.yml b/src/i18n/locale/es.yml index 2aab9ee0f..f53cdc54a 100644 --- a/src/i18n/locale/es.yml +++ b/src/i18n/locale/es.yml @@ -67,6 +67,7 @@ globals: type: Tipo reason: motivo noResults: Sin resultados + results: resultados system: Sistema notificationSent: Notificación enviada warehouse: Almacén diff --git a/src/pages/Ticket/Negative/TicketLackDetail.vue b/src/pages/Ticket/Negative/TicketLackDetail.vue index e524c9443..46d6d73ed 100644 --- a/src/pages/Ticket/Negative/TicketLackDetail.vue +++ b/src/pages/Ticket/Negative/TicketLackDetail.vue @@ -6,7 +6,7 @@ import axios from 'axios'; import VnPaginate from 'src/components/ui/VnPaginate.vue'; import FetchData from 'src/components/FetchData.vue'; -import VnSelectFilter from 'components/common/VnSelectFilter.vue'; +import VnSelect from 'components/common/VnSelect.vue'; import VnInput from 'src/components/common/VnInput.vue'; import ItemDescriptorProxy from 'src/pages/Item/Card/ItemDescriptorProxy.vue'; import { toDate, toHour } from 'src/filters'; @@ -87,7 +87,7 @@ const tableColumnComponents = computed(() => ({ event: () => ({}), }, state: { - component: VnSelectFilter, + component: VnSelect, type: 'select', filterValue: null,