Notifiche all'Utente
Pannello Utente (backoffice)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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)"
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user