- fixed quantità

- creazione mappa numero utenti per provincia !
This commit is contained in:
Surya Paolo
2024-03-19 00:22:01 +01:00
parent 9f78ab61d9
commit 61db6cee36
90 changed files with 450 additions and 271 deletions

View File

@@ -160,6 +160,8 @@ export const shared_consts = {
ECOMMERCE: 300,
CATALOGO: 310,
TOOLSAI: 320,
MAPPA: 350,
MAPPAUTENTI: 360,
},
QUERYTYPE_MYGROUP: 1,
@@ -1704,6 +1706,14 @@ export const shared_consts = {
value: 310,
label: 'CATALOGO',
},
{
value: 350,
label: 'MAPPA',
},
{
value: 360,
label: 'MAPPAUTENTI',
},
],