- aggiornato scheda e rigenera lista
- corretto filtro sulla Collana
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user