- aggiornato scheda e rigenera lista

- corretto filtro sulla Collana
This commit is contained in:
Surya Paolo
2025-04-29 02:30:00 +02:00
parent ec19bc3b87
commit 493ebf51f3
24 changed files with 1219 additions and 888 deletions

View File

@@ -21,6 +21,11 @@ export default defineComponent({
required: false,
default: '',
},
visulabel: {
type: Boolean,
required: false,
default: false,
},
hint: {
type: String,
required: false,
@@ -118,7 +123,7 @@ export default defineComponent({
type: Object as PropType<IColGridTable> | undefined,
required: false,
default: () => {
return {}
return null
},
},
id: {

View File

@@ -49,6 +49,7 @@
:table="table"
:hint="title"
:title="title"
:visulabel="visulabel"
:field="mykey"
:showall="showall"
:filter="filter"
@@ -65,7 +66,7 @@
:canEdit="editOn"
:id="id"
:idmain="idmain"
:mycol="col ? col : {}"
:mycol="col ? col : null"
:tablesel="tablesel"
:pickup="pickup"
v-model:row="row"