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

@@ -1,7 +1,5 @@
<template>
<div v-if="tools.isDebugOn()">
</div>
<div v-if="tools.isDebugOn()"></div>
<div :class="$q.screen.lt.sm ? `` : `q-pa-xs`" v-if="isfinishLoading">
<q-toggle
v-if="tools.isManager()"
@@ -10,7 +8,11 @@
icon="fas fa-pencil-alt"
>
</q-toggle>
<div class="centermydiv q-my-sm" style="text-align: center">
<div
v-if="mytable && visButtRow()"
class="centermydiv q-my-sm"
style="text-align: center"
>
<q-btn
v-if="mytable && visButtRow()"
rounded
@@ -26,7 +28,13 @@
v-if="butt_modif_new || mytitle"
:class="$q.screen.lt.sm ? `` : `q-gutter-md q-ma-xs` + ` row`"
>
<div class="q-table__title" style="min-width: 150px">{{ mytitle }}</div>
<div
v-if="!hidetitleIfEmpty || (hidetitleIfEmpty && serverData.length > 0)"
class="q-table__title"
style="min-width: 150px"
>
{{ mytitle }}
</div>
<q-space></q-space>
<div v-if="butt_modif_new">
<q-btn
@@ -321,7 +329,6 @@
:offset="350"
debounce="300"
>
<div v-if="showHeaderCol">
<div
v-for="col in mycolumns"
@@ -418,9 +425,10 @@
</div>
<div
v-else-if="
((showType === costanti.SHOW_GROUPINFO &&
(showType === costanti.SHOW_GROUPINFO &&
myvertical !== costanti.VISUTABLE_SCHEDA_GROUP) ||
(myvertical === 2 && tablesel === 'mygroups')) || (myvertical === costanti.VISUTABLE_GROUP_CIRCUIT)
(myvertical === 2 && tablesel === 'mygroups') ||
myvertical === costanti.VISUTABLE_GROUP_CIRCUIT
"
class="fill-all-width"
>
@@ -491,7 +499,7 @@
</div>
</div>
<template v-slot:loading>
<div class="text-center">
<div v-if="!hidetitleIfEmpty" class="text-center">
<q-spinner-dots color="primary" size="40px" />
</div>
</template>
@@ -1336,7 +1344,7 @@
</q-card-actions>
</q-card>
</q-dialog>
<br />
<span v-if="!hidetitleIfEmpty"> <br /></span>
</div>
</template>
<script lang="ts" src="./CGridTableRec.ts">