From da5e23f61994f5e0a0da75e992cc796a841e953b Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 11 十月 2024 17:46:51 +0800
Subject: [PATCH] 1. 任务调整模块,任务编辑功能(待完成)

---
 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