- Aggiunto Filtri

- Finder
This commit is contained in:
Paolo Arena
2021-12-11 00:25:35 +01:00
parent c517dedd47
commit cab0562de7
25 changed files with 465 additions and 48 deletions

View File

@@ -64,6 +64,13 @@ export default defineComponent({
}
]
} else if (tools.appid() === tools.IDAPP_FREEPLANET) {
arrfilterand.value = [
{
label: 'Attivi',
value: shared_consts.FILTER_ATTIVI
},
]
}
}