- Aggiunta della funzione Cron

- Flag: Pubblicati OnLine + Solo CagalogoGenerale + Dettagli
This commit is contained in:
Surya Paolo
2025-05-07 21:58:05 +02:00
parent 2cc8fcda03
commit 6eb6f236e4
20 changed files with 235 additions and 29 deletions

View File

@@ -210,7 +210,8 @@
addstr="px"
@update:model-value="modifElem"
></CMySlider>
</div>
<div class="row">
<CMySlider
label="Altezza:"
v-model="myel.heightimg"
@@ -220,6 +221,8 @@
addstr="px"
@update:model-value="modifElem"
></CMySlider>
</div>
<div class="row">
<CMySlider
v-if="
myel.type === shared_consts.ELEMTYPE.CARD ||
@@ -234,7 +237,8 @@
addstr="px"
@update:model-value="modifElem"
></CMySlider>
</div>
<div class="row">
<CMySlider
v-if="myel.type === shared_consts.ELEMTYPE.CATALOGLIST"
label="Lunghezza Card:"
@@ -245,9 +249,10 @@
addstr="px"
@update:model-value="modifElem"
></CMySlider>
</div>
<div class="row">
<CMySlider
v-if="myel.heightcard !== undefined"
v-if="myel.type === shared_consts.ELEMTYPE.CATALOGLIST"
label="Altezza Card:"
v-model="myel.heightcard"
:min="10"
@@ -1418,6 +1423,12 @@
label="Finder"
@update:model-value="modifElem"
></q-toggle>
<q-toggle
v-model="myel.parambool3"
color="positive"
label="Solo il Catalogo Generale"
@update:model-value="modifElem"
></q-toggle>
</div>
</div>
<div v-else-if="myel.type === shared_consts.ELEMTYPE.CALENDAR">