refactor: refs #7139 replace warehouse with ticket
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
32382622e4
commit
062d743896
|
@ -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: m³
|
||||
packaging: Packaging
|
||||
ticket: Ticket
|
||||
|
@ -300,5 +301,6 @@ es:
|
|||
pc: CP
|
||||
client: Cliente
|
||||
warehouse: Almacén
|
||||
state: Estado
|
||||
packaging: Encajado
|
||||
</i18n>
|
||||
|
|
Loading…
Reference in New Issue