FILTRO CITTA Sopra ogni pagina !

This commit is contained in:
Surya Paolo
2022-12-01 16:55:22 +01:00
parent 9010c0ff37
commit bf1e9fc982
26 changed files with 900 additions and 74 deletions

View File

@@ -4,8 +4,6 @@
<div v-if="tools.isLogged()">
<div v-if="tools.isUserOk()">
<CTitlePage :ind="4" />
<CFinder
:ind="4"
:table="toolsext.TABMYBACHECAS">

View File

@@ -5,7 +5,6 @@
<CNotifAtTop />
<div v-if="tools.isUserOk()">
<CTitlePage :ind="0" />
<CFinder
:ind="0"

View File

@@ -5,7 +5,6 @@
<CNotifAtTop />
<div v-if="tools.isUserOk()">
<CTitlePage :ind="2" />
<CFinder
:ind="2"

View File

@@ -1,7 +1,5 @@
<template>
<q-page class="">
<CTitlePage :ind="1" />
<div v-if="tools.isLogged()">
<div v-if="tools.isUserOk()">

View File

@@ -1,7 +1,5 @@
<template>
<q-page class="">
<CTitlePage :ind="1" />
<div v-if="tools.isLogged()">
<CNotifAtTop />
@@ -10,6 +8,7 @@
<CFinder
:ind="1"
:table="toolsext.TABMYSKILLS"
:selector="myselector"
/>
<!--<CDashboard></CDashboard>-->