From 46566d05cb156d40323078133191595d2a2f11c4 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 10 十月 2024 17:27:04 +0800
Subject: [PATCH] 巡查任务管理界面开发中

---
 src/constants/menu.js |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/constants/menu.js b/src/constants/menu.js
index 49c2faf..6633452 100644
--- a/src/constants/menu.js
+++ b/src/constants/menu.js
@@ -15,6 +15,11 @@
   //   ]
   // },
   {
+    path: '/fysp/task/manage',
+    icon: 'CircleCheck',
+    name: '鐩戠浠诲姟'
+  },
+  {
     path: '/fysp/procheck',
     icon: 'CircleCheck',
     name: '闂瀹℃牳'
@@ -59,6 +64,12 @@
         icon: 'List',
         name: '璁惧鍖归厤',
       },
+      {
+        //璇勪及瑙勫垯绠$悊
+        path: '/fysp/config/evalutationRule',
+        icon: 'List',
+        name: '璇勪及瑙勫垯',
+      },
     ],
   },
   {

--
Gitblit v1.9.3