Merge branch 'dev' into 7136_vnselectFilter_paginate
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2024-04-19 06:42:47 +00:00
commit 688b6a9f9f
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