From e95ca9ef89c79fbff8f0d1394311f5f18d653cdd Mon Sep 17 00:00:00 2001
From: hcong <1050828145@qq.com>
Date: 星期五, 18 十月 2024 16:49:49 +0800
Subject: [PATCH] 动态表头

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

diff --git a/src/constants/menu.js b/src/constants/menu.js
index 49c2faf..afc82bb 100644
--- a/src/constants/menu.js
+++ b/src/constants/menu.js
@@ -19,6 +19,53 @@
     icon: 'CircleCheck',
     name: '闂瀹℃牳'
   },
+  {
+    icon: 'List',
+    name: '浠诲姟绠$悊',
+    children: [
+      {
+        path: '/fysp/task/manage',
+        icon: 'CircleCheck',
+        name: '鐩戠浠诲姟',
+      },
+      {
+        path: '/fysp/sceneInfo',
+        icon: 'Files',
+        name: '鍦烘櫙淇℃伅',
+      },
+    ],
+  },
+  {
+    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',
@@ -43,6 +90,16 @@
         icon: 'Tickets',
         name: '璇勪及璁板綍',
       },
+      {
+        path: '/fysp/evaluation/evalutationRecordRank',
+        icon: 'Tickets',
+        name: '璇勪及鎺掑悕',
+      },
+      {
+        path: '/fysp/evaluation/evalutationRecordEdit',
+        icon: 'Tickets',
+        name: '璇勫垎璋冩暣',
+      },
     ],
   },
   {
@@ -59,6 +116,12 @@
         icon: 'List',
         name: '璁惧鍖归厤',
       },
+      {
+        //璇勪及瑙勫垯绠$悊
+        path: '/fysp/config/evalutationRule',
+        icon: 'List',
+        name: '璇勪及瑙勫垯',
+      },
     ],
   },
   {

--
Gitblit v1.9.3