0
0
Fork 0

Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into 6480-improveCard

This commit is contained in:
Jorge Penadés 2024-04-19 09:01:37 +02:00
commit 9887d59808
1 changed files with 5 additions and 5 deletions

View File

@ -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:
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