Modulo de rutas #195
|
@ -42,8 +42,8 @@ const columns = ref([
|
|||
align: 'left',
|
||||
},
|
||||
{
|
||||
name: 'population',
|
||||
label: t('Population'),
|
||||
name: 'city',
|
||||
label: t('City'),
|
||||
jgallego marked this conversation as resolved
Outdated
|
||||
field: (row) => row?.address?.city,
|
||||
sortable: true,
|
||||
align: 'left',
|
||||
|
@ -232,7 +232,7 @@ es:
|
|||
Tickets to add: Tickets a añadir
|
||||
Client: Cliente
|
||||
Province: Provincia
|
||||
Population: Población
|
||||
City: Población
|
||||
PC: CP
|
||||
Address: Dirección
|
||||
Zone: Zona
|
||||
|
|
Loading…
Reference in New Issue
en salix es city.
"Population" se refiere al número total de individuos que habitan en un área geográfica específica
En Salix hay una incongruencia, en el listado de tickets se muestra "city", pero en el modal muestra "population".
Se cambio a "City".
e4553659cf