pagina Attivita + Video e PDF Presentazione
This commit is contained in:
@@ -19,6 +19,11 @@ export default defineComponent({
|
||||
type: String,
|
||||
required: true,
|
||||
},
|
||||
title: {
|
||||
type: String,
|
||||
required: false,
|
||||
default: '',
|
||||
},
|
||||
defaultnewrec: {
|
||||
type: Function,
|
||||
required: false,
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<CGridTableRec
|
||||
v-if="filtercustom.length > 0 && col && col.length > 0"
|
||||
:prop_mytable="table"
|
||||
prop_mytitle=""
|
||||
:prop_mytitle="title"
|
||||
:prop_mycolumns="col"
|
||||
:prop_colkey="prop_colkey"
|
||||
:col_title="col_title"
|
||||
@@ -20,7 +20,8 @@
|
||||
:filtercustom="filtercustom"
|
||||
v-bind="$attrs"
|
||||
:extraparams="extraparams"
|
||||
:noaut="noaut">
|
||||
:noaut="noaut"
|
||||
:hidetitleIfEmpty="true">
|
||||
|
||||
</CGridTableRec>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user