From 43981545c5aefdb4248d89e3121a200d53332c7a Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 22 十月 2024 17:44:21 +0800
Subject: [PATCH] 1. 添加子任务编辑功能(暂存)

---
 src/constants/menu.js |   53 +++++++++++++++++++++++++++++++----------------------
 1 files changed, 31 insertions(+), 22 deletions(-)

diff --git a/src/constants/menu.js b/src/constants/menu.js
index 741fa96..9e744ee 100644
--- a/src/constants/menu.js
+++ b/src/constants/menu.js
@@ -35,6 +35,37 @@
       },
     ],
   },
+  {
+    icon: 'DataAnalysis',
+    name: '鏁版嵁浜у搧',
+    children: [
+      {
+        path: '/fysp/data-product/profollow',
+        icon: 'Document',
+        name: '闂鍔ㄦ�佽窡韪�',
+      },
+      {
+        path: '/fysp/data-product/proanalysis',
+        icon: 'Document',
+        name: '闂鏁存敼鍒嗘瀽',
+      },
+      {
+        path: '/fysp/data-product/standardjudge',
+        icon: 'Document',
+        name: '瑙勮寖鎬ц瘎浼�',
+      },
+      {
+        path: '/fysp/data-product/dailyreport',
+        icon: 'Document',
+        name: '鏃ユ姤绠$悊',
+      },
+      {
+        path: '/fysp/data-product/scenereport',
+        icon: 'Document',
+        name: '鍦烘櫙鎶ュ憡',
+      },
+    ],
+  },
   // {
   //   path: '/changecheck',
   //   icon: 'Search',
@@ -83,28 +114,6 @@
     icon: 'Files',
     name: '瀵瑰鏀寔'
   },
-
-  // {
-  //   icon: 'Search',
-  //   name: '涓氬姟鍒嗘瀽',
-  //   children: [
-  //     {
-  //       path: '/analysis/profollow',
-  //       icon: 'Search',
-  //       name: '闂鍔ㄦ�佽窡韪�',
-  //     },
-  //     {
-  //       path: '/analysis/proanalysis',
-  //       icon: 'Search',
-  //       name: '闂鏁存敼鍒嗘瀽',
-  //     },
-  //     {
-  //       path: '/analysis/standardjudge',
-  //       icon: 'Search',
-  //       name: '瑙勮寖鎬ц瘎浼�',
-  //     },
-  //   ],
-  // },
   // {
   //   path: '/dailyreport',
   //   icon: 'Search',

--
Gitblit v1.9.3