- Corretto campo "Comune di Residenza".
- Aggiornato Completamento Profilo: Comune di Residenza. - Registrazione
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user