pagina Attivita + Video e PDF Presentazione

This commit is contained in:
Surya Paolo
2023-01-05 01:37:25 +01:00
parent 98dcea5526
commit d5d005a714
17 changed files with 545 additions and 392 deletions

View File

@@ -19,6 +19,11 @@ export default defineComponent({
type: String,
required: true,
},
title: {
type: String,
required: false,
default: '',
},
defaultnewrec: {
type: Function,
required: false,

View File

@@ -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>