Visu Sent Monete

This commit is contained in:
Paolo Arena
2022-09-13 12:28:33 +02:00
parent f59691985a
commit 44c75768c6
29 changed files with 301 additions and 69 deletions

View File

@@ -123,6 +123,7 @@
:arrfilters="arrfilterand"
:filtercustom="filtercustom_rich"
:prop_searchList="searchList"
:prop_pagination="{ sortBy: 'transactionDate', descending: true, page: 1, rowsNumber: 20, rowsPerPage: 20 }"
:showType="costanti.SHOW_MOVEMENTS"
keyMain=""
:showCol="false"

View File

@@ -1,6 +1,7 @@
import { CMyCircuits } from '@/components/CMyCircuits'
import { CFinder } from '@/components/CFinder'
import { CGridTableRec } from '@/components/CGridTableRec'
import { CNotifAtTop } from '@/components/CNotifAtTop'
import { tools } from '@store/Modules/tools'
import { toolsext } from '@store/Modules/toolsext'
import { computed, defineComponent, onMounted, ref, watch } from 'vue'
@@ -14,7 +15,7 @@ import { shared_consts } from '@/common/shared_vuejs'
export default defineComponent({
name: 'mycircuits',
components: { CMyCircuits, CGridTableRec, CFinder },
components: { CMyCircuits, CGridTableRec, CFinder, CNotifAtTop },
props: {},
setup() {
const userStore = useUserStore()

View File

@@ -1,5 +1,6 @@
<template>
<div v-if="isfinishLoading" class="">
<CNotifAtTop />
<CMyCircuits
v-model="filter"
:finder="true"

View File

@@ -1,6 +1,7 @@
import { CMyGroups } from '@/components/CMyGroups'
import { CFinder } from '@/components/CFinder'
import { CGridTableRec } from '@/components/CGridTableRec'
import { CNotifAtTop } from '@/components/CNotifAtTop'
import { tools } from '@store/Modules/tools'
import { toolsext } from '@store/Modules/toolsext'
import { computed, defineComponent, onMounted, ref, watch } from 'vue'
@@ -14,7 +15,7 @@ import { shared_consts } from '@/common/shared_vuejs'
export default defineComponent({
name: 'mygroups',
components: { CMyGroups, CGridTableRec, CFinder },
components: { CMyGroups, CGridTableRec, CNotifAtTop, CFinder },
props: {},
setup() {
const userStore = useUserStore()

View File

@@ -1,5 +1,6 @@
<template>
<div class="">
<CNotifAtTop />
<!--<q-banner
rounded
dense