minor changes
This commit is contained in:
parent
7108444a44
commit
df29ad31fd
|
@ -67,6 +67,7 @@ globals:
|
|||
type: Type
|
||||
reason: reason
|
||||
noResults: No results
|
||||
results: results
|
||||
system: System
|
||||
notificationSent: Notification sent
|
||||
warehouse: Warehouse
|
||||
|
|
|
@ -67,6 +67,7 @@ globals:
|
|||
type: Tipo
|
||||
reason: motivo
|
||||
noResults: Sin resultados
|
||||
results: resultados
|
||||
system: Sistema
|
||||
notificationSent: Notificación enviada
|
||||
warehouse: Almacén
|
||||
|
|
|
@ -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,
|
||||
|
||||
|
|
Loading…
Reference in New Issue