- L'utente entra direttamente sul circuito, con fido a zero.

++Abilitazione Fido utente (per admin).
This commit is contained in:
Surya Paolo
2023-06-01 11:40:26 +02:00
parent 616a6c4218
commit e805088da7
32 changed files with 481 additions and 187 deletions

View File

@@ -59,13 +59,9 @@
:done="recstep.checkOk()"
:done-color="getColorDone(recstep.step)"
>
<div
v-if="recstep.checkOkReal() && recstep.label_ok"
v-html="recstep.label_ok"
></div>
<div v-else v-html="recstep.label"></div>
<div v-html="recstep.label"></div>
<br />
<q-banner v-if="step === 1" class="bg-blue-8 text-white">
<q-banner v-if="step === 1">
<CMySelectCity
:label="$t('reg.resid_province')"
table="users"
@@ -81,7 +77,7 @@
</CMySelectCity>
</q-banner>
<div v-else-if="step === 2">
<q-banner class="bg-blue-8 text-white">
<q-banner>
<div class="myrow">
<CMyFieldDb
:title="$t('reg.name')"
@@ -155,6 +151,11 @@
</div>
<div v-else-if="step === 6" class=""></div>
<div
v-if="recstep.checkOkReal() && recstep.label_ok"
class="clBorderService"
v-html="recstep.label_ok"
></div>
<q-stepper-navigation>
<q-btn
v-if="step > 1"