From 75d473492fc9d818de85eaa0e934cdb5d309f441 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 30 七月 2025 17:37:08 +0800
Subject: [PATCH] feat: 页面

---
 src/router/index.ts |   80 +++++++++++++++++++++++++++++++++++++---
 1 files changed, 74 insertions(+), 6 deletions(-)

diff --git a/src/router/index.ts b/src/router/index.ts
index 6a84aa0..0ee970d 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -137,14 +137,14 @@
     },
     children: [
       {
-        path: '/EmploymentManageList',
-        name: 'EmploymentManageList',
+        path: '/TaskManage',
+        name: 'TaskManage',
         hidden: false,
         alwaysShow: true,
-        component: () => import('@/views/EmploymentManage/EmploymentManage.vue'),
+        component: () => import('@/views/EmploymentManage/TaskManage.vue'),
         meta: {
           rank: 10021,
-          title: '鐢ㄤ汉绠$悊',
+          title: '浠诲姟绠$悊',
           // rootMenu: true,
           icon: 'home',
         },
@@ -191,8 +191,8 @@
       {
         path: '/EmploymentManageArrange',
         name: 'EmploymentManageArrange',
-        hidden: false,
-        alwaysShow: true,
+        hidden: true,
+        alwaysShow: false,
         component: () => import('@/views/EmploymentManage/EmploymentManageArrange.vue'),
         meta: {
           rank: 10025,
@@ -201,6 +201,74 @@
           icon: 'home',
         },
       },
+
+      {
+        path: '/CheckManage',
+        name: 'CheckManage',
+        hidden: false,
+        alwaysShow: true,
+        component: () => import('@/views/EmploymentManage/CheckManage.vue'),
+        meta: {
+          rank: 10030,
+          title: '楠屾敹绠$悊',
+          // rootMenu: true,
+          icon: 'home',
+        },
+      },
+    ],
+  },
+  {
+    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',
+        name: 'ServiceChargeSettle',
+        hidden: false,
+        alwaysShow: true,
+        component: () => import('@/views/ServiceChargeManage/ServiceChargeSettle.vue'),
+        meta: {
+          rank: 10042,
+          title: '缁撶畻',
+          // rootMenu: true,
+          icon: 'home',
+        },
+      },
+      {
+        path: '/ServiceChargeDetail',
+        name: 'ServiceChargeDetail',
+        hidden: false,
+        alwaysShow: true,
+        component: () => import('@/views/ServiceChargeManage/ServiceChargeDetail.vue'),
+        meta: {
+          rank: 10042,
+          title: '璇︽儏',
+          // rootMenu: true,
+          icon: 'home',
+        },
+      },
     ],
   },
   {

--
Gitblit v1.9.1