- Griglia Orizzontale a Carosello
- Aggiornato Tabella Eventi - Lista Ultimi Movimenti - Ultime strette di mano - Ultimi Invitanti alla App
This commit is contained in:
@@ -1158,6 +1158,57 @@
|
||||
>
|
||||
</q-input>
|
||||
</div>
|
||||
<div v-else-if="myel.type === shared_consts.ELEMTYPE.GRID_ORIZ">
|
||||
<div v-if="enableEdit" class="row">
|
||||
<q-select
|
||||
v-model="myel.container"
|
||||
:options="[
|
||||
{ label: 'Eventi', value: 'mybachecas' },
|
||||
{ label: 'Servizi', value: 'myskills' },
|
||||
]"
|
||||
label="Tabella"
|
||||
emit-value
|
||||
map-options
|
||||
@input="saveElem"
|
||||
style="min-width: 120px"
|
||||
>
|
||||
</q-select>
|
||||
<br />
|
||||
<q-select
|
||||
v-model="myel.number"
|
||||
:options="[
|
||||
{ label: 'Orizzontale', value: costanti.VISUTABLE_GRID_ORIZ },
|
||||
{ label: 'Griglia', value: costanti.VISUTABLE_LISTA },
|
||||
{ label: 'Scheda User', value: costanti.VISUTABLE_SCHEDA_USER },
|
||||
{ label: 'User Info', value: costanti.SHOW_USERINFO },
|
||||
]"
|
||||
label="Visualizzazione"
|
||||
emit-value
|
||||
map-options
|
||||
style="min-width: 120px"
|
||||
@input="saveElem"
|
||||
>
|
||||
</q-select>
|
||||
<q-toggle
|
||||
v-model="myel.parambool"
|
||||
color="positive"
|
||||
label="Search"
|
||||
@update:model-value="modifElem"
|
||||
></q-toggle>
|
||||
<q-toggle
|
||||
v-model="myel.parambool2"
|
||||
color="positive"
|
||||
label="Finder"
|
||||
@update:model-value="modifElem"
|
||||
></q-toggle>
|
||||
<q-toggle
|
||||
v-model="myel.parambool3"
|
||||
color="positive"
|
||||
label="Mostra Mappa"
|
||||
@update:model-value="modifElem"
|
||||
></q-toggle>
|
||||
</div>
|
||||
</div>
|
||||
<div v-else-if="myel.type === shared_consts.ELEMTYPE.CALENDAR">
|
||||
<div v-if="enableEdit" class="row">
|
||||
<q-input
|
||||
|
||||
Reference in New Issue
Block a user