minor changes

This commit is contained in:
Javier Segarra 2024-04-29 13:22:31 +02:00
parent 7108444a44
commit df29ad31fd
3 changed files with 4 additions and 2 deletions

View File

@ -67,6 +67,7 @@ globals:
type: Type type: Type
reason: reason reason: reason
noResults: No results noResults: No results
results: results
system: System system: System
notificationSent: Notification sent notificationSent: Notification sent
warehouse: Warehouse warehouse: Warehouse

View File

@ -67,6 +67,7 @@ globals:
type: Tipo type: Tipo
reason: motivo reason: motivo
noResults: Sin resultados noResults: Sin resultados
results: resultados
system: Sistema system: Sistema
notificationSent: Notificación enviada notificationSent: Notificación enviada
warehouse: Almacén warehouse: Almacén

View File

@ -6,7 +6,7 @@ import axios from 'axios';
import VnPaginate from 'src/components/ui/VnPaginate.vue'; import VnPaginate from 'src/components/ui/VnPaginate.vue';
import FetchData from 'src/components/FetchData.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 VnInput from 'src/components/common/VnInput.vue';
import ItemDescriptorProxy from 'src/pages/Item/Card/ItemDescriptorProxy.vue'; import ItemDescriptorProxy from 'src/pages/Item/Card/ItemDescriptorProxy.vue';
import { toDate, toHour } from 'src/filters'; import { toDate, toHour } from 'src/filters';
@ -87,7 +87,7 @@ const tableColumnComponents = computed(() => ({
event: () => ({}), event: () => ({}),
}, },
state: { state: {
component: VnSelectFilter, component: VnSelect,
type: 'select', type: 'select',
filterValue: null, filterValue: null,