From d65d4e3ffad4da4d261dfd61d9735def031ff20a Mon Sep 17 00:00:00 2001 From: Surya Paolo Date: Tue, 28 Jan 2025 23:32:37 +0100 Subject: [PATCH] - Gruppi si chiamano ora "Organizzazioni". - Categorie dei Gruppi aggiornate. - Email ora compare sul profilo se non hai telegram e anche sugli annunci. --- .env.development | 2 +- .env.example.production | 2 +- .env.prod.gruppomacro | 2 +- .env.prod.pcb | 2 +- .env.prod.riso | 2 +- .env.test.abitaregliiblei.it | 2 +- .env.test.gruppomacro | 2 +- .env.test.pcb | 2 +- .env.test.risosrv | 2 +- .env.test2 | 2 +- .env.test_riso.pcb | 2 +- .../abitaregliiblei.it/.env.development | 2 +- .../abitaregliiblei.it/db/lang/ws_enUs.js | 3 - _ALL_SITES/abitaregliiblei.it/package.json | 2 +- .../comunitanuovomondo.app/.env.development | 2 +- _ALL_SITES/comunitanuovomondo.app/.env.test | 2 +- .../comunitanuovomondo.app/package.json | 2 +- .../fioredellavita.riso.app/.env.development | 2 +- _ALL_SITES/fioredellavita.riso.app/.env.test | 2 +- .../fioredellavita.riso.app/package.json | 2 +- _ALL_SITES/gruppomacro.app/.env.development | 2 +- _ALL_SITES/gruppomacro.app/.env.test | 2 +- _ALL_SITES/gruppomacro.app/db/lang/ws_it.js | 26 --- _ALL_SITES/gruppomacro.app/package.json | 2 +- _ALL_SITES/piuchebuono.app/.env.development | 2 +- _ALL_SITES/piuchebuono.app/.env.test | 2 +- _ALL_SITES/piuchebuono.app/package.json | 2 +- _ALL_SITES/riso.app/.env.development | 2 +- _ALL_SITES/riso.app/.env.production | 2 +- _ALL_SITES/riso.app/.env.test | 2 +- _ALL_SITES/riso.app/package.json | 2 +- package.json | 2 +- src-pwa/custom-service-worker.js | 2 +- src/common/shared_vuejs.ts | 8 +- src/components/CContactUser/CContactUser.vue | 58 +++--- src/components/CFinder/CFinder.ts | 5 +- .../CGalleryImages/CGalleryImages.vue | 40 +++- src/components/CGridTableRec/CGridTableRec.ts | 4 +- .../CGridTableRec/CGridTableRec.vue | 36 +++- .../CGridTableUser/CGridTableUser.ts | 1 + .../CGridTableUser/CGridTableUser.vue | 34 +++- src/components/CInfoAccount/CInfoAccount.vue | 10 + src/components/CMyPopupEdit/CMyPopupEdit.vue | 9 +- .../CMyRecGrpCard/CMyRecGrpCard.vue | 133 ++++++++++--- src/components/CMySelect/CMySelect.ts | 12 +- src/components/CMyUser/CMyUser.vue | 14 +- .../CMyUserOnlyView/CMyUserOnlyView.vue | 4 +- src/index.template.html | 2 +- src/rootgen/admin/groups/groups.vue | 4 +- src/router/routesECommerce.ts | 36 ++-- src/statics/lang/it.js | 58 +++++- src/store/CircuitStore.ts | 5 +- src/store/Modules/costanti.ts | 8 +- src/store/Modules/fieldsTable.ts | 95 +++++---- src/store/Modules/tools.ts | 24 ++- src/views/user/mycircuit/mycircuit.ts | 6 +- src/views/user/mygroup/mygroup.vue | 180 +++++++++--------- src/views/user/mygroups/mygroups.vue | 2 + src/views/user/myprofile/myprofile.vue | 4 +- 59 files changed, 555 insertions(+), 328 deletions(-) diff --git a/.env.development b/.env.development index c479e351..4f0e9c9e 100755 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="1.1.17" +APP_VERSION="1.1.18" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" diff --git a/.env.example.production b/.env.example.production index 3b0c5f93..c5aa9285 100755 --- a/.env.example.production +++ b/.env.example.production @@ -1,4 +1,4 @@ -APP_VERSION="1.1.17" +APP_VERSION="1.1.18" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL=newfreeplanet diff --git a/.env.prod.gruppomacro b/.env.prod.gruppomacro index 70bc881d..b25275cc 100644 --- a/.env.prod.gruppomacro +++ b/.env.prod.gruppomacro @@ -1,4 +1,4 @@ -APP_VERSION="1.1.17" +APP_VERSION="1.1.18" SERVICE_WORKER_FILE="service-worker.js" APP_ID="18" DIRECTORY_LOCAL=newfreeplanet diff --git a/.env.prod.pcb b/.env.prod.pcb index f06cd3e2..515f6361 100644 --- a/.env.prod.pcb +++ b/.env.prod.pcb @@ -1,4 +1,4 @@ -APP_VERSION="1.1.17" +APP_VERSION="1.1.18" SERVICE_WORKER_FILE="service-worker.js" APP_ID="17" DIRECTORY_LOCAL="newfreeplanet" diff --git a/.env.prod.riso b/.env.prod.riso index 4a01a539..1a7351dc 100644 --- a/.env.prod.riso +++ b/.env.prod.riso @@ -1,4 +1,4 @@ -APP_VERSION="1.1.17" +APP_VERSION="1.1.18" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL=newfreeplanet diff --git a/.env.test.abitaregliiblei.it b/.env.test.abitaregliiblei.it index 5e96d840..d539b640 100755 --- a/.env.test.abitaregliiblei.it +++ b/.env.test.abitaregliiblei.it @@ -1,4 +1,4 @@ -APP_VERSION="1.1.17" +APP_VERSION="1.1.18" SERVICE_WORKER_FILE="service-worker.js" APP_ID="19" DIRECTORY_LOCAL=newfreeplanet diff --git a/.env.test.gruppomacro b/.env.test.gruppomacro index 5a13c062..34269670 100755 --- a/.env.test.gruppomacro +++ b/.env.test.gruppomacro @@ -1,4 +1,4 @@ -APP_VERSION="1.1.17" +APP_VERSION="1.1.18" SERVICE_WORKER_FILE="service-worker.js" APP_ID="18" DIRECTORY_LOCAL=newfreeplanet diff --git a/.env.test.pcb b/.env.test.pcb index d8ded309..0968bd31 100755 --- a/.env.test.pcb +++ b/.env.test.pcb @@ -1,4 +1,4 @@ -APP_VERSION="1.1.17" +APP_VERSION="1.1.18" SERVICE_WORKER_FILE="service-worker.js" APP_ID="17" DIRECTORY_LOCAL="newfreeplanet" diff --git a/.env.test.risosrv b/.env.test.risosrv index f1d13ce5..5bba9268 100755 --- a/.env.test.risosrv +++ b/.env.test.risosrv @@ -1,4 +1,4 @@ -APP_VERSION="1.1.17" +APP_VERSION="1.1.18" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL=newfreeplanet diff --git a/.env.test2 b/.env.test2 index faa04b4e..95962ad8 100755 --- a/.env.test2 +++ b/.env.test2 @@ -1,4 +1,4 @@ -APP_VERSION="1.1.17" +APP_VERSION="1.1.18" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL=newfreeplanet diff --git a/.env.test_riso.pcb b/.env.test_riso.pcb index a85e5529..45a5ee09 100755 --- a/.env.test_riso.pcb +++ b/.env.test_riso.pcb @@ -1,4 +1,4 @@ -APP_VERSION="1.1.17" +APP_VERSION="1.1.18" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL=newfreeplanet diff --git a/_ALL_SITES/abitaregliiblei.it/.env.development b/_ALL_SITES/abitaregliiblei.it/.env.development index fe951863..7acc3f64 100755 --- a/_ALL_SITES/abitaregliiblei.it/.env.development +++ b/_ALL_SITES/abitaregliiblei.it/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="1.1.17" +APP_VERSION="1.1.18" SERVICE_WORKER_FILE="service-worker.js" APP_ID="19" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/abitaregliiblei.it/db/lang/ws_enUs.js b/_ALL_SITES/abitaregliiblei.it/db/lang/ws_enUs.js index 4b20853c..5d44aa45 100755 --- a/_ALL_SITES/abitaregliiblei.it/db/lang/ws_enUs.js +++ b/_ALL_SITES/abitaregliiblei.it/db/lang/ws_enUs.js @@ -99,9 +99,6 @@ const msg_website_enUs = { people: 'Gue.', peoplelegend: 'Number of guests', }, - admin_ecommerce: 'ECommerce', - ecommerce: 'Prodotti', - ecommerce_menu: 'ECommerce1', hours: 'Ore', department: 'Uffici', title: 'Titolo', diff --git a/_ALL_SITES/abitaregliiblei.it/package.json b/_ALL_SITES/abitaregliiblei.it/package.json index 370580e8..9816d79f 100755 --- a/_ALL_SITES/abitaregliiblei.it/package.json +++ b/_ALL_SITES/abitaregliiblei.it/package.json @@ -1,6 +1,6 @@ { "name": "abitaregliiblei", - "version": "1.1.17", + "version": "1.1.18", "description": "Abitare Gli Iblei", "productName": "AbitareGliIblei", "author": "Paolo Arena", diff --git a/_ALL_SITES/comunitanuovomondo.app/.env.development b/_ALL_SITES/comunitanuovomondo.app/.env.development index c479e351..4f0e9c9e 100755 --- a/_ALL_SITES/comunitanuovomondo.app/.env.development +++ b/_ALL_SITES/comunitanuovomondo.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="1.1.17" +APP_VERSION="1.1.18" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/comunitanuovomondo.app/.env.test b/_ALL_SITES/comunitanuovomondo.app/.env.test index 1c9bda28..fb578180 100755 --- a/_ALL_SITES/comunitanuovomondo.app/.env.test +++ b/_ALL_SITES/comunitanuovomondo.app/.env.test @@ -1,4 +1,4 @@ -APP_VERSION="1.1.17" +APP_VERSION="1.1.18" SERVICE_WORKER_FILE="service-worker.js" APP_ID="16" DIRECTORY_LOCAL=newfreeplanet diff --git a/_ALL_SITES/comunitanuovomondo.app/package.json b/_ALL_SITES/comunitanuovomondo.app/package.json index f09692d6..530c183d 100755 --- a/_ALL_SITES/comunitanuovomondo.app/package.json +++ b/_ALL_SITES/comunitanuovomondo.app/package.json @@ -1,6 +1,6 @@ { "name": "riso", - "version": "1.1.17", + "version": "1.1.18", "description": "Siamo la Rete Italiana di Scambio Orizzontale, abbiamo creato questa piattaforma per metterla al servizio di chi vuole riscoprire il valore della condivisione e della cooperazione. Valori semplici e profondi che ci aiutano a ritrovare il Senso della Vita, perduto in questa società consumista, e riporti quei Sani Pricìpi Naturali ed Umani di Fratellanza che intere popolazioni antiche conoscevano bene.", "productName": "Riso", "author": "Paolo Arena", diff --git a/_ALL_SITES/fioredellavita.riso.app/.env.development b/_ALL_SITES/fioredellavita.riso.app/.env.development index 40f8a1ac..36849b79 100755 --- a/_ALL_SITES/fioredellavita.riso.app/.env.development +++ b/_ALL_SITES/fioredellavita.riso.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="1.1.17" +APP_VERSION="1.1.18" SERVICE_WORKER_FILE="service-worker.js" APP_ID="15" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/fioredellavita.riso.app/.env.test b/_ALL_SITES/fioredellavita.riso.app/.env.test index 0393a0cd..b6000dc3 100755 --- a/_ALL_SITES/fioredellavita.riso.app/.env.test +++ b/_ALL_SITES/fioredellavita.riso.app/.env.test @@ -1,4 +1,4 @@ -APP_VERSION="1.1.17" +APP_VERSION="1.1.18" SERVICE_WORKER_FILE="service-worker.js" APP_ID="15" DIRECTORY_LOCAL=newfreeplanet diff --git a/_ALL_SITES/fioredellavita.riso.app/package.json b/_ALL_SITES/fioredellavita.riso.app/package.json index b30c8bfe..2abfc5b7 100755 --- a/_ALL_SITES/fioredellavita.riso.app/package.json +++ b/_ALL_SITES/fioredellavita.riso.app/package.json @@ -1,6 +1,6 @@ { "name": "fioredellavita", - "version": "1.1.17", + "version": "1.1.18", "description": "Fiore Della Vita", "productName": "Fiore Della Vita", "author": "Paolo Arena", diff --git a/_ALL_SITES/gruppomacro.app/.env.development b/_ALL_SITES/gruppomacro.app/.env.development index 51c58ded..7d35fcb3 100755 --- a/_ALL_SITES/gruppomacro.app/.env.development +++ b/_ALL_SITES/gruppomacro.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="1.1.17" +APP_VERSION="1.1.18" SERVICE_WORKER_FILE="service-worker.js" APP_ID="18" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/gruppomacro.app/.env.test b/_ALL_SITES/gruppomacro.app/.env.test index 5a13c062..34269670 100755 --- a/_ALL_SITES/gruppomacro.app/.env.test +++ b/_ALL_SITES/gruppomacro.app/.env.test @@ -1,4 +1,4 @@ -APP_VERSION="1.1.17" +APP_VERSION="1.1.18" SERVICE_WORKER_FILE="service-worker.js" APP_ID="18" DIRECTORY_LOCAL=newfreeplanet diff --git a/_ALL_SITES/gruppomacro.app/db/lang/ws_it.js b/_ALL_SITES/gruppomacro.app/db/lang/ws_it.js index ab3d8ef2..8e3eba27 100755 --- a/_ALL_SITES/gruppomacro.app/db/lang/ws_it.js +++ b/_ALL_SITES/gruppomacro.app/db/lang/ws_it.js @@ -30,27 +30,6 @@ const msg_website_it = { test: 'Test', projects: 'Progetti', report: 'Report Ore', - producer: 'Produttore', - orderinfo: 'Ordini Effettuati', - products: 'Prodotti', - cash: 'Cassa', - productInfos: 'Info Prodotti', - listinoprodotti: 'Listino Prodotti', - productslist: 'Lista Prodotti', - collabora: 'Collabora', - categories: 'Categorie', - storehouses: 'Magazzino', - providers: 'Fornitori', - catprods: 'Categorie', - subcatprods: 'Sotto-Categorie', - gasordine: 'Gas Ordine', - scontisticas: 'Scontistica', - departments: 'Uffici', - orders: 'Ordini Ricevuti', - orders2: 'Ordini Ricevuti', - sharewithus: 'Condividi con Noi', - checkout: 'Carrello', - payment: 'Pagamenti', regok: 'Registrazione Confermata', presentazione: 'Presentazione', presentazione2: 'Presentazione', @@ -101,9 +80,6 @@ const msg_website_it = { projectsShared: 'Condivisi da me', myprojects: 'Privati', favproj: 'Favoriti', - admin_ecommerce: 'ECommerce', - ecommerce: 'Prodotti', - ecommerce_menu: 'ECommerce1', hours: 'Ore', department: 'Uffici', title: 'Titolo', @@ -133,8 +109,6 @@ const msg_website_it = { only_residenti: 'Solo Residenti', only_consiglio: 'Solo Consiglieri', color: 'Colore', - gasordini: 'Gas Ordini', - gestoreordini: 'Gestore Ordini', }, msg: { myAppName: 'Più che Buono', diff --git a/_ALL_SITES/gruppomacro.app/package.json b/_ALL_SITES/gruppomacro.app/package.json index 2d225478..9c57891a 100755 --- a/_ALL_SITES/gruppomacro.app/package.json +++ b/_ALL_SITES/gruppomacro.app/package.json @@ -1,6 +1,6 @@ { "name": "gruppomacro", - "version": "1.1.17", + "version": "1.1.18", "description": "GruppoMacro", "productName": "Gruppo Macro", "author": "Paolo Arena", diff --git a/_ALL_SITES/piuchebuono.app/.env.development b/_ALL_SITES/piuchebuono.app/.env.development index 655abfd1..1094f3a8 100755 --- a/_ALL_SITES/piuchebuono.app/.env.development +++ b/_ALL_SITES/piuchebuono.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="1.1.17" +APP_VERSION="1.1.18" SERVICE_WORKER_FILE="service-worker.js" APP_ID="17" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/piuchebuono.app/.env.test b/_ALL_SITES/piuchebuono.app/.env.test index d8ded309..0968bd31 100755 --- a/_ALL_SITES/piuchebuono.app/.env.test +++ b/_ALL_SITES/piuchebuono.app/.env.test @@ -1,4 +1,4 @@ -APP_VERSION="1.1.17" +APP_VERSION="1.1.18" SERVICE_WORKER_FILE="service-worker.js" APP_ID="17" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/piuchebuono.app/package.json b/_ALL_SITES/piuchebuono.app/package.json index 6e0d15d9..4099126f 100755 --- a/_ALL_SITES/piuchebuono.app/package.json +++ b/_ALL_SITES/piuchebuono.app/package.json @@ -1,6 +1,6 @@ { "name": "piuchebuono", - "version": "1.1.17", + "version": "1.1.18", "description": "PiuCheBuono", "productName": "PiuCheBuono", "author": "Paolo Arena", diff --git a/_ALL_SITES/riso.app/.env.development b/_ALL_SITES/riso.app/.env.development index c479e351..4f0e9c9e 100755 --- a/_ALL_SITES/riso.app/.env.development +++ b/_ALL_SITES/riso.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="1.1.17" +APP_VERSION="1.1.18" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/riso.app/.env.production b/_ALL_SITES/riso.app/.env.production index 0f6df32e..2969bb46 100644 --- a/_ALL_SITES/riso.app/.env.production +++ b/_ALL_SITES/riso.app/.env.production @@ -1,4 +1,4 @@ -APP_VERSION="1.1.17" +APP_VERSION="1.1.18" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL=newfreeplanet diff --git a/_ALL_SITES/riso.app/.env.test b/_ALL_SITES/riso.app/.env.test index 1c9bda28..fb578180 100755 --- a/_ALL_SITES/riso.app/.env.test +++ b/_ALL_SITES/riso.app/.env.test @@ -1,4 +1,4 @@ -APP_VERSION="1.1.17" +APP_VERSION="1.1.18" SERVICE_WORKER_FILE="service-worker.js" APP_ID="16" DIRECTORY_LOCAL=newfreeplanet diff --git a/_ALL_SITES/riso.app/package.json b/_ALL_SITES/riso.app/package.json index f09692d6..530c183d 100755 --- a/_ALL_SITES/riso.app/package.json +++ b/_ALL_SITES/riso.app/package.json @@ -1,6 +1,6 @@ { "name": "riso", - "version": "1.1.17", + "version": "1.1.18", "description": "Siamo la Rete Italiana di Scambio Orizzontale, abbiamo creato questa piattaforma per metterla al servizio di chi vuole riscoprire il valore della condivisione e della cooperazione. Valori semplici e profondi che ci aiutano a ritrovare il Senso della Vita, perduto in questa società consumista, e riporti quei Sani Pricìpi Naturali ed Umani di Fratellanza che intere popolazioni antiche conoscevano bene.", "productName": "Riso", "author": "Paolo Arena", diff --git a/package.json b/package.json index f09692d6..530c183d 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "riso", - "version": "1.1.17", + "version": "1.1.18", "description": "Siamo la Rete Italiana di Scambio Orizzontale, abbiamo creato questa piattaforma per metterla al servizio di chi vuole riscoprire il valore della condivisione e della cooperazione. Valori semplici e profondi che ci aiutano a ritrovare il Senso della Vita, perduto in questa società consumista, e riporti quei Sani Pricìpi Naturali ed Umani di Fratellanza che intere popolazioni antiche conoscevano bene.", "productName": "Riso", "author": "Paolo Arena", diff --git a/src-pwa/custom-service-worker.js b/src-pwa/custom-service-worker.js index 7ed5d285..b2da4259 100755 --- a/src-pwa/custom-service-worker.js +++ b/src-pwa/custom-service-worker.js @@ -34,7 +34,7 @@ self.addEventListener('activate', (event) => { }); -const APP_VERSION = "1.1.17"; +const APP_VERSION = "1.1.18"; console.log(' [ VER-' + APP_VERSION + ' ] _---------________------ PAO: this is my custom service worker'); diff --git a/src/common/shared_vuejs.ts b/src/common/shared_vuejs.ts index 4af4a6a3..cc09346b 100755 --- a/src/common/shared_vuejs.ts +++ b/src/common/shared_vuejs.ts @@ -323,14 +323,14 @@ export const shared_consts = { label: 'Con Provincia inserita', value: 16777216, //FILTER_USER_PROVINCE: }, - { - label: 'Facilitatore RISO', - value: 4294967296, //FILTER_FACILITATORE: ,: - }, ], RECFILTRI_UTENTE_FACIL: [ + { + label: 'Facilitatore RISO', + value: 4294967296, //FILTER_FACILITATORE: ,: + }, { label: 'Non ancora approvati dall\'invitante', value: 2097152, // shared_consts.FILTER_USER_NO_VERIFIED_APORTADOR diff --git a/src/components/CContactUser/CContactUser.vue b/src/components/CContactUser/CContactUser.vue index d909039f..70913aec 100755 --- a/src/components/CContactUser/CContactUser.vue +++ b/src/components/CContactUser/CContactUser.vue @@ -1,12 +1,16 @@ diff --git a/src/components/CGridTableRec/CGridTableRec.ts b/src/components/CGridTableRec/CGridTableRec.ts index 0194bc00..df07cd67 100755 --- a/src/components/CGridTableRec/CGridTableRec.ts +++ b/src/components/CGridTableRec/CGridTableRec.ts @@ -2429,8 +2429,8 @@ export default defineComponent({ function showColCheck(col: IColGridTable, tipovis: number, visulabel: boolean, value: any = '', record: any = null) { - // if (col.isadvanced_field && !showfilteradv.value) - // return false + if (col.isadvanced_field && !showfilteradv.value) + return false const check = tools.checkIfShowField(col, tipovis, visulabel, value) diff --git a/src/components/CGridTableRec/CGridTableRec.vue b/src/components/CGridTableRec/CGridTableRec.vue index f2ccf432..4c7a0af4 100755 --- a/src/components/CGridTableRec/CGridTableRec.vue +++ b/src/components/CGridTableRec/CGridTableRec.vue @@ -1404,10 +1404,19 @@ v-for="col in mycolumns" :key="col.name" > - +
+ +
-
+ +
+
- +
+ +
- +
+ +
+ + + {{ rec.descr }}
{{ diff --git a/src/components/CMyPopupEdit/CMyPopupEdit.vue b/src/components/CMyPopupEdit/CMyPopupEdit.vue index 9f4cb2b6..5dfdf170 100755 --- a/src/components/CMyPopupEdit/CMyPopupEdit.vue +++ b/src/components/CMyPopupEdit/CMyPopupEdit.vue @@ -233,13 +233,8 @@ :label="col.visulabel ? $t(col.label_trans) : col.label" > - - Diventerà: - {{ tools.generateURL(col.showLinkResult, myvalue) }} + + Diventerà: {{ tools.generateURL(col.showLinkResult, myvalue) }}
-
- - - - +
+ + - + - + - - + + {{ rec.descr }} + class="text-center shadow-5 glossy chipmodif text-white" + :style="`background-color: ${rec.color};`" + > + + {{ rec.descr }} - + {{ myrec.title }} - {{ myrec.descr }}
+ {{ myrec.descr }}
- - - - - - , {{ rec.comune }} + + + + + + , {{ rec.comune }} -
- + - + {{ $t('reg.edit') }} - + - + {{ $t('reg.elimina') }} @@ -65,11 +140,9 @@ -
- +
-