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 |   84 ++++++++++++++++++++++++++++++++++-------
 1 files changed, 69 insertions(+), 15 deletions(-)

diff --git a/src/router/index.ts b/src/router/index.ts
index aa8aa80..4b21b9b 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -256,19 +256,19 @@
           icon: 'home',
         },
       },
-      // {
-      //   path: '/BalanceManage',
-      //   name: 'BalanceManage',
-      //   hidden: false,
-      //   alwaysShow: true,
-      //   component: () => import('@/views/ServiceChargeManage/BalanceManage.vue'),
-      //   meta: {
-      //     rank: 10042,
-      //     title: '浣欓绠$悊',
-      //     // rootMenu: true,
-      //     icon: 'home',
-      //   },
-      // },
+      {
+        path: '/BalanceManage',
+        name: 'BalanceManage',
+        hidden: false,
+        alwaysShow: true,
+        component: () => import('@/views/ServiceChargeManage/BalanceManage.vue'),
+        meta: {
+          rank: 10042,
+          title: '浣欓绠$悊',
+          // rootMenu: true,
+          icon: 'home',
+        },
+      },
       {
         path: '/ServiceChargeDetail/:id',
         name: 'ServiceChargeDetail',
@@ -312,6 +312,34 @@
       },
     ],
   },
+  // {
+  //   path: '/WithdrawManage',
+  //   redirect: 'noRedirect',
+  //   component: Layout,
+  //   hidden: false,
+  //   alwaysShow: true,
+  //   meta: {
+  //     rank: 10060,
+  //     title: '鎻愮幇绠$悊',
+  //     rootMenu: true,
+  //     icon: 'home',
+  //   },
+  //   children: [
+  //     {
+  //       path: '/WithdrawManageList',
+  //       name: 'WithdrawManageList',
+  //       hidden: false,
+  //       alwaysShow: true,
+  //       component: () => import('@/views/WithdrawManage/WithdrawManageList.vue'),
+  //       meta: {
+  //         rank: 10061,
+  //         title: '鎻愮幇绠$悊',
+  //         // rootMenu: true,
+  //         icon: 'home',
+  //       },
+  //     },
+  //   ],
+  // },
   {
     path: '/FinanceManage',
     redirect: 'noRedirect',
@@ -319,7 +347,7 @@
     hidden: false,
     alwaysShow: true,
     meta: {
-      rank: 10060,
+      rank: 10070,
       title: '璐㈠姟绠$悊',
       rootMenu: true,
       icon: 'home',
@@ -332,12 +360,38 @@
         alwaysShow: true,
         component: () => import('@/views/FinanceManage/FinanceManage.vue'),
         meta: {
-          rank: 10061,
+          rank: 10071,
           title: '璐㈠姟绠$悊',
           // rootMenu: true,
           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