Riattivato il Calendario (ma ancora non lo rendo visibile)
aggiunto campi: DateTimeStart e DateTimeEnd negli Eventi Aggiunto Filtro Data
This commit is contained in:
@@ -22,7 +22,7 @@ import MixinUsers from '@/mixins/mixin-users'
|
||||
import { colmyBachecas } from '@store/Modules/fieldsTable'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'bacheca',
|
||||
name: 'eventi',
|
||||
components: { CSkill, CChartMap, CMapsEsempio, CFinder, CVerifyEmail, CVerifyTelegram, CDashboard, CUserNonVerif, CTitlePage },
|
||||
setup() {
|
||||
const globalStore = useGlobalStore()
|
||||
@@ -4,7 +4,7 @@
|
||||
<div v-if="isLogged()">
|
||||
|
||||
<div v-if="isUserOk()">
|
||||
<CTitlePage :ind="0" />
|
||||
<CTitlePage :ind="4" />
|
||||
|
||||
<CFinder
|
||||
:table="toolsext.TABMYBACHECAS">
|
||||
@@ -23,8 +23,8 @@
|
||||
</q-page>
|
||||
|
||||
</template>
|
||||
<script lang="ts" src="./bacheca.ts">
|
||||
<script lang="ts" src="./eventi.ts">
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
@import './bacheca.scss';
|
||||
@import './eventi.scss';
|
||||
</style>
|
||||
Reference in New Issue
Block a user