Notifiche all'Utente

Pannello Utente (backoffice)
This commit is contained in:
Paolo Arena
2022-07-16 14:20:22 +02:00
parent 7f25ca4717
commit 7006d62cae
17 changed files with 174 additions and 32 deletions

View File

@@ -2,7 +2,7 @@
<div class="text-center">
<div class="row items-center justify-center q-gutter-md q-ma-xs">
<div class="q-ma-xs">
<div v-if="title" class="q-ma-xs">
<q-field rounded outlined bg-color="blue-1" dense style="min-width:110px;">
<template v-slot:control>
<div class="centermydiv">
@@ -21,6 +21,7 @@
</div>
<div :class="` q-ma-sm q-pa-sm col-grow popupedit `" :style="withBorder() ? `` : ``">
<CMyPopupEdit
v-bind="$attrs"
:rec="rec"

View File

@@ -1,4 +1,5 @@
<template>
<div v-if="visuElem()" :class="mytitle ? `row items-center justify-center q-ma-xs text-center` : ``">
<div v-if="mytitle" class="q-ma-xs">

View File

@@ -302,7 +302,7 @@
{{ col.label ? col.label : t(col.label_trans) }}:
</span>
<CMyToggleList
:label="col.titlepopupedit"
:label="col.titlepopupedit ? col.titlepopupedit : ''"
:options="globalStore.getTableJoinByName(col.jointable, col.addall, col.addnone, col.filter)"
v-model:value="myvalue"
@update:value="changevalRec"
@@ -818,7 +818,7 @@
<div v-else-if="col.fieldtype === costanti.FieldType.binary">
<CMyToggleList
:label="col.titlepopupedit"
:label="col.titlepopupedit ? col.titlepopupedit : ''"
:options="globalStore.getTableJoinByName(col.jointable, col.addall, col.addnone, col.filter)"
v-model:value="scope.value"
:optval="fieldsTable.getKeyByTable(col.jointable)"

View File

@@ -4,7 +4,7 @@
<q-toggle
v-if="rec.label"
v-model="rec.valbool"
:label="rec.label"
:label="rec.label ? rec.label : ''"
:color="tools.getColorByIndexBest(index)"
keep-color
@update:model-value="changeval">

View File

@@ -5,7 +5,7 @@
v-if="listasharewithus && listasharewithus.length > 0" class="q-pa-xs"
:title="$t('pages.sharewithus')"
bgcolor="bg-white" clcolor="text-blue"
mystyle="" myclass="myshad" canopen="true">
mystyle="" myclass="myshad" :canopen="true">
<div class="flex flex-center">
@@ -55,7 +55,7 @@
v-if="listasharewithus() && listasharewithus().length > 0" class="q-pa-xs"
title="Graduatoria Attuale"
bgcolor="bg-white" clcolor="text-blue"
mystyle="" myclass="myshad" canopen="true">
mystyle="" myclass="myshad" :canopen="true">
<div class="flex flex-center text-center">

View File

@@ -8,7 +8,7 @@
class="q-pa-xs" :title="$t('steps.video_intro_1', {sitename: $t('ws.sitename')})"
bgcolor="bg-primary"
clcolor="text-white"
myclass="myshad" canopen="true" :visible="true">
myclass="myshad" :canopen="true" :visible="true">
<div v-if="showconditions">
<CVideo myvideokey="DWfQzbOCK3s"></CVideo>