Merge pull request 'refactor: refs #7139 replace warehouse with ticket' (!305) from 7139-changeColumnsInRouteSummary into dev
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
Reviewed-on: #305 Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
This commit is contained in:
commit
a605c90a55
|
@ -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: m³
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue