From d7d7da5c09340eafcd2e2c672e6b2c001a4cc0be Mon Sep 17 00:00:00 2001
From: hcong <1050828145@qq.com>
Date: 星期五, 08 十一月 2024 08:38:40 +0800
Subject: [PATCH] 基础数据产品-场景清单,监管清单

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

diff --git a/src/constants/menu.js b/src/constants/menu.js
index 741fa96..a1637ba 100644
--- a/src/constants/menu.js
+++ b/src/constants/menu.js
@@ -35,6 +35,52 @@
       },
     ],
   },
+  {
+    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: '/fysp/data-product/ProdScenseInfo',
+        icon: 'Document',
+        name: '鍦烘櫙娓呭崟',
+      },
+      {
+        path: '/fysp/data-product/ProdMonitorTaskInfo',
+        icon: 'Document',
+        name: '鐩戠娓呭崟',
+      },
+      {
+        path: '/fysp/data-product/ProdTreatmentDeviceInfo',
+        icon: 'Document',
+        name: '闃叉不璁惧娓呭崟',
+      },
+    ],
+  },
   // {
   //   path: '/changecheck',
   //   icon: 'Search',
@@ -83,28 +129,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