Просмотр исходного кода

feat(financial): adiciona Visão Geral ao menu Financeiro

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
ebagabee 1 месяц назад
Родитель
Сommit
fa962847e6
1 измененных файлов с 8 добавлено и 0 удалено
  1. 8 0
      src/stores/navigation.js

+ 8 - 0
src/stores/navigation.js

@@ -43,6 +43,14 @@ export const navigationStore = defineStore("navigation", () => {
       disable: false,
       permission: true,
       childrens: [
+        {
+          type: "single",
+          title: "Visão Geral",
+          name: "FinancialPage",
+          icon: "mdi-view-dashboard-outline",
+          disable: false,
+          permission: true,
+        },
         {
           type: "single",
           title: "Contas a Receber",