forked from verdnatura/salix-front
refactor: refs #7139 replace warehouse with ticket
This commit is contained in:
parent
32382622e4
commit
062d743896
|
@ -73,9 +73,9 @@ const ticketColumns = ref([
|
||||||
align: 'left',
|
align: 'left',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'warehouse',
|
name: 'state',
|
||||||
label: t('route.summary.warehouse'),
|
label: t('route.summary.state'),
|
||||||
field: (row) => row?.warehouseName,
|
field: (row) => row?.ticketStateName,
|
||||||
sortable: false,
|
sortable: false,
|
||||||
align: 'left',
|
align: 'left',
|
||||||
},
|
},
|
||||||
|
@ -275,6 +275,7 @@ en:
|
||||||
pc: PC
|
pc: PC
|
||||||
client: Client
|
client: Client
|
||||||
warehouse: Warehouse
|
warehouse: Warehouse
|
||||||
|
state: State
|
||||||
m3: m³
|
m3: m³
|
||||||
packaging: Packaging
|
packaging: Packaging
|
||||||
ticket: Ticket
|
ticket: Ticket
|
||||||
|
@ -300,5 +301,6 @@ es:
|
||||||
pc: CP
|
pc: CP
|
||||||
client: Cliente
|
client: Cliente
|
||||||
warehouse: Almacén
|
warehouse: Almacén
|
||||||
|
state: Estado
|
||||||
packaging: Encajado
|
packaging: Encajado
|
||||||
</i18n>
|
</i18n>
|
||||||
|
|
Loading…
Reference in New Issue