Riattivato il Calendario (ma ancora non lo rendo visibile)
aggiunto campi: DateTimeStart e DateTimeEnd negli Eventi Aggiunto Filtro Data
This commit is contained in:
30
src/root/eventi/eventi.vue
Executable file
30
src/root/eventi/eventi.vue
Executable file
@@ -0,0 +1,30 @@
|
||||
<template>
|
||||
<q-page class="">
|
||||
|
||||
<div v-if="isLogged()">
|
||||
|
||||
<div v-if="isUserOk()">
|
||||
<CTitlePage :ind="4" />
|
||||
|
||||
<CFinder
|
||||
:table="toolsext.TABMYBACHECAS">
|
||||
|
||||
</CFinder>
|
||||
|
||||
<CDashboard></CDashboard>
|
||||
|
||||
</div>
|
||||
<div v-else>
|
||||
<CUserNonVerif></CUserNonVerif>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</q-page>
|
||||
|
||||
</template>
|
||||
<script lang="ts" src="./eventi.ts">
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
@import './eventi.scss';
|
||||
</style>
|
||||
Reference in New Issue
Block a user