|
@@ -1,6 +1,7 @@
|
|
|
<template>
|
|
<template>
|
|
|
<div>
|
|
<div>
|
|
|
<DefaultHeaderPage title="Financeiro" :show-filter-icon="false" />
|
|
<DefaultHeaderPage title="Financeiro" :show-filter-icon="false" />
|
|
|
|
|
+ <div class="q-px-md"><DevBanner /></div>
|
|
|
<div class="row justify-end q-px-md q-mb-xs">
|
|
<div class="row justify-end q-px-md q-mb-xs">
|
|
|
<q-btn
|
|
<q-btn
|
|
|
flat
|
|
flat
|
|
@@ -78,6 +79,7 @@
|
|
|
<script setup>
|
|
<script setup>
|
|
|
import { ref, watch } from "vue";
|
|
import { ref, watch } from "vue";
|
|
|
import DefaultHeaderPage from "src/components/layout/DefaultHeaderPage.vue";
|
|
import DefaultHeaderPage from "src/components/layout/DefaultHeaderPage.vue";
|
|
|
|
|
+import DevBanner from "src/components/shared/DevBanner.vue";
|
|
|
import FinancialCard from "src/components/financial/FinancialCard.vue";
|
|
import FinancialCard from "src/components/financial/FinancialCard.vue";
|
|
|
import TreasuryCard from "src/components/financial/TreasuryCard.vue";
|
|
import TreasuryCard from "src/components/financial/TreasuryCard.vue";
|
|
|
import LastTransactionsCard from "src/components/financial/LastTransactionsCard.vue";
|
|
import LastTransactionsCard from "src/components/financial/LastTransactionsCard.vue";
|