From ca03f54c785cc814b9efa75b3aa1985b1c30e960 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 15 十月 2025 17:29:03 +0800
Subject: [PATCH] feat: 结算调整

---
 src/router/index.ts |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/src/router/index.ts b/src/router/index.ts
index 93b9621..4b21b9b 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -366,6 +366,32 @@
           icon: 'home',
         },
       },
+      // {
+      //   path: '/BalanceManageList',
+      //   name: 'BalanceManageList',
+      //   hidden: false,
+      //   alwaysShow: true,
+      //   component: () => import('@/views/FinanceManage/BalanceManageList.vue'),
+      //   meta: {
+      //     rank: 10072,
+      //     title: '浣欓绠$悊',
+      //     // rootMenu: true,
+      //     icon: 'home',
+      //   },
+      // },
+      // {
+      //   path: '/BalanceManageDetail',
+      //   name: 'BalanceManageDetail',
+      //   hidden: true,
+      //   alwaysShow: false,
+      //   component: () => import('@/views/FinanceManage/BalanceManageDetail.vue'),
+      //   meta: {
+      //     rank: 10073,
+      //     title: '璇︽儏',
+      //     // rootMenu: true,
+      //     icon: 'home',
+      //   },
+      // },
     ],
   },
   {

--
Gitblit v1.9.1