refactor: refs #7139 replace warehouse with ticket
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jon Elias 2024-04-18 08:20:20 +02:00
parent 32382622e4
commit 062d743896
1 changed files with 5 additions and 3 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',
},
@ -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>