瀏覽代碼

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

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
ebagabee 1 月之前
父節點
當前提交
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",