- Corretto campo "Comune di Residenza".

- Aggiornato Completamento Profilo: Comune di Residenza.
- Registrazione
This commit is contained in:
Surya Paolo
2025-11-26 18:32:05 +01:00
parent b37204f543
commit 145327a6ca
53 changed files with 4122 additions and 1203 deletions

View File

@@ -39,7 +39,7 @@
<q-item v-if="mystr">
<q-item-section class="text-grey">
<span
v-if="Number.isInteger(parseInt(mystr))"
v-if="Number.isInteger(parseInt(mystr)) && tools.isGruppoMacro()"
@click="searchOnGM(mystr)"
class="clickable-text"
>
@@ -108,7 +108,7 @@
:input-class="myclass"
:options="valori"
:option-value="optval"
:option-label="getOptionLabel"
:option-label="(opt) => getOptionLabel(opt)"
:use-chips="tools.isValueNotEmpty(myvalue)"
stack-label
clearable
@@ -130,7 +130,7 @@
<q-item v-if="mystr">
<q-item-section class="text-grey">
<span
v-if="Number.isInteger(parseInt(mystr))"
v-if="Number.isInteger(parseInt(mystr)) && tools.isGruppoMacro()"
@click="searchOnGM(mystr)"
class="clickable-text text-blue"
>