- Generazione PDF e per Stampa

This commit is contained in:
Surya Paolo
2025-05-12 16:33:58 +02:00
parent 6ed648f8b3
commit ef48d7e741
9 changed files with 142 additions and 79 deletions

View File

@@ -253,7 +253,7 @@
v-else-if="item.type === costanti.FieldType.boolean"
:label="item.label"
v-model="item.value"
@update:model-value="refresh"
@update:model-value="searchval(item.value, item.table)"
color="green"
/>
</div>
@@ -923,7 +923,7 @@
v-else-if="item.type === costanti.FieldType.boolean"
:label="item.label"
v-model="item.value"
@update:model-value="refresh"
@update:model-value="searchval(item.value, item.table)"
color="green"
/>
</span>