forked from verdnatura/salix-front
Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into 6480-improveCard
This commit is contained in:
commit
9887d59808
|
@ -73,9 +73,9 @@ const ticketColumns = ref([
|
|||
align: 'left',
|
||||
},
|
||||
{
|
||||
name: 'warehouse',
|
||||
label: t('route.summary.warehouse'),
|
||||
field: (row) => row?.warehouseName,
|
||||
name: 'state',
|
||||
label: t('route.summary.state'),
|
||||
field: (row) => row?.ticketStateName,
|
||||
sortable: false,
|
||||
align: 'left',
|
||||
},
|
||||
|
@ -283,7 +283,7 @@ en:
|
|||
city: City
|
||||
pc: PC
|
||||
client: Client
|
||||
warehouse: Warehouse
|
||||
state: State
|
||||
m3: m³
|
||||
packaging: Packaging
|
||||
ticket: Ticket
|
||||
|
@ -312,7 +312,7 @@ es:
|
|||
city: Población
|
||||
pc: CP
|
||||
client: Cliente
|
||||
warehouse: Almacén
|
||||
state: Estado
|
||||
packaging: Encajado
|
||||
closed: Cerrada
|
||||
open: Abierta
|
||||
|
|
Loading…
Reference in New Issue