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', align: 'left',
}, },
{ {
name: 'warehouse', name: 'state',
label: t('route.summary.warehouse'), label: t('route.summary.state'),
field: (row) => row?.warehouseName, field: (row) => row?.ticketStateName,
sortable: false, sortable: false,
align: 'left', align: 'left',
}, },
@ -275,6 +275,7 @@ en:
pc: PC pc: PC
client: Client client: Client
warehouse: Warehouse warehouse: Warehouse
state: State
m3: m3:
packaging: Packaging packaging: Packaging
ticket: Ticket ticket: Ticket
@ -300,5 +301,6 @@ es:
pc: CP pc: CP
client: Cliente client: Cliente
warehouse: Almacén warehouse: Almacén
state: Estado
packaging: Encajado packaging: Encajado
</i18n> </i18n>