Merge pull request 'refactor: refs #7139 replace warehouse with ticket' (!305) from 7139-changeColumnsInRouteSummary into dev
gitea/salix-front/pipeline/head This commit looks good Details

Reviewed-on: #305
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
This commit is contained in:
Jon Elias 2024-04-18 12:55:55 +00:00
commit a605c90a55
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