From 307e714ec9f85bae11ed892cb90e199a341b6be3 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 06 八月 2025 11:06:13 +0800
Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobAdminBClient

---
 src/router/index.ts |   96 ++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 89 insertions(+), 7 deletions(-)

diff --git a/src/router/index.ts b/src/router/index.ts
index a3b5f8b..4f12018 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -137,11 +137,11 @@
     },
     children: [
       {
-        path: '/TaskManage',
-        name: 'TaskManage',
+        path: '/EmploymentManageList',
+        name: 'EmploymentManageList',
         hidden: false,
         alwaysShow: true,
-        component: () => import('@/views/EmploymentManage/TaskManage.vue'),
+        component: () => import('@/views/EmploymentManage/EmploymentManage.vue'),
         meta: {
           rank: 10021,
           title: '浠诲姟绠$悊',
@@ -150,7 +150,7 @@
         },
       },
       {
-        path: '/AddOrEditEmployment',
+        path: '/AddOrEditEmployment/:id?',
         name: 'AddOrEditEmployment',
         hidden: true,
         alwaysShow: false,
@@ -163,7 +163,7 @@
         },
       },
       {
-        path: '/EmploymentManageDetail',
+        path: '/EmploymentManageDetail/:id',
         name: 'EmploymentManageDetail',
         hidden: true,
         alwaysShow: false,
@@ -176,7 +176,7 @@
         },
       },
       {
-        path: '/EmploymentSignList',
+        path: '/EmploymentSignList/:id',
         name: 'EmploymentSignList',
         hidden: true,
         alwaysShow: false,
@@ -189,7 +189,7 @@
         },
       },
       {
-        path: '/EmploymentManageArrange',
+        path: '/EmploymentManageArrange/:id',
         name: 'EmploymentManageArrange',
         hidden: true,
         alwaysShow: false,
@@ -218,6 +218,88 @@
     ],
   },
   {
+    path: '/ServiceChargeManage',
+    redirect: 'noRedirect',
+    component: Layout,
+    hidden: false,
+    alwaysShow: true,
+    meta: {
+      rank: 10040,
+      title: '鏈嶅姟璐圭鐞�',
+      rootMenu: true,
+      icon: 'home',
+    },
+    children: [
+      {
+        path: '/ServiceChargeManageList',
+        name: 'ServiceChargeManageList',
+        hidden: false,
+        alwaysShow: true,
+        component: () => import('@/views/ServiceChargeManage/ServiceChargeManage.vue'),
+        meta: {
+          rank: 10041,
+          title: '鏈嶅姟璐圭鐞�',
+          // rootMenu: true,
+          icon: 'home',
+        },
+      },
+      {
+        path: '/ServiceChargeSettle/:id',
+        name: 'ServiceChargeSettle',
+        hidden: true,
+        alwaysShow: false,
+        component: () => import('@/views/ServiceChargeManage/ServiceChargeSettle.vue'),
+        meta: {
+          rank: 10042,
+          title: '缁撶畻',
+          // rootMenu: true,
+          icon: 'home',
+        },
+      },
+      {
+        path: '/ServiceChargeDetail/:id',
+        name: 'ServiceChargeDetail',
+        hidden: true,
+        alwaysShow: false,
+        component: () => import('@/views/ServiceChargeManage/ServiceChargeDetail.vue'),
+        meta: {
+          rank: 10043,
+          title: '璇︽儏',
+          // rootMenu: true,
+          icon: 'home',
+        },
+      },
+    ],
+  },
+  {
+    path: '/FinanceManage',
+    redirect: 'noRedirect',
+    component: Layout,
+    hidden: false,
+    alwaysShow: true,
+    meta: {
+      rank: 10050,
+      title: '璐㈠姟绠$悊',
+      rootMenu: true,
+      icon: 'home',
+    },
+    children: [
+      {
+        path: '/FinanceManageList',
+        name: 'FinanceManageList',
+        hidden: false,
+        alwaysShow: true,
+        component: () => import('@/views/FinanceManage/FinanceManage.vue'),
+        meta: {
+          rank: 10051,
+          title: '璐㈠姟绠$悊',
+          // rootMenu: true,
+          icon: 'home',
+        },
+      },
+    ],
+  },
+  {
     path: '/Login',
     name: 'Login',
     hidden: true,

--
Gitblit v1.9.1