refactor: refs #7139 replace warehouse with ticket #305

Merged
jon merged 4 commits from 7139-changeColumnsInRouteSummary into dev 2024-04-18 12:55:56 +00:00
1 changed files with 5 additions and 3 deletions
Showing only changes of commit 062d743896 - Show all commits

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',
},
@ -275,6 +275,7 @@ en:
pc: PC
client: Client
warehouse: Warehouse
state: State
m3:
packaging: Packaging
ticket: Ticket
@ -300,5 +301,6 @@ es:
pc: CP
client: Cliente
warehouse: Almacén
state: Estado
packaging: Encajado
</i18n>