- nella lista circuiti ora si vedono tutti gli annunci del circuito stesso

This commit is contained in:
Surya Paolo
2025-01-15 15:39:58 +01:00
parent e2dbe08139
commit 7160eee734
20 changed files with 323 additions and 53 deletions

View File

@@ -108,6 +108,7 @@ export default defineComponent({
searchList.value = [
{
visible: true,
label: 'Regione',
table: 'regions',
key: 'idReg',
@@ -121,6 +122,7 @@ export default defineComponent({
icon: 'fas fa-globe-europe'
},
{
visible: true,
label: 'Provincia',
table: 'provinces',
key: 'profile.resid_province',
@@ -168,6 +170,7 @@ export default defineComponent({
'profile.da_contattare': 1,
'profile.resid_province': 1,
'mycities.reg': 1,
perm: 1,
}
},