From b187b6cf678f0e6b17e3612c5681ecd35434f15a Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 25 六月 2025 10:36:11 +0800
Subject: [PATCH] 任务管理界面新增巡查单据下载功能

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

diff --git a/src/constants/menu.js b/src/constants/menu.js
index 39cafb0..72f2ea3 100644
--- a/src/constants/menu.js
+++ b/src/constants/menu.js
@@ -45,6 +45,27 @@
   },
   {
     icon: 'DataAnalysis',
+    name: '鍩虹鏁版嵁浜у搧',
+    children: [
+      {
+        path: '/fysp/data-product/ProdScenseInfo',
+        icon: 'Document',
+        name: '鍦烘櫙娓呭崟',
+      },
+      {
+        path: '/fysp/data-product/ProdMonitorTaskInfo',
+        icon: 'Document',
+        name: '鐩戠娓呭崟',
+      },
+      {
+        path: '/fysp/data-product/ProdTreatmentDeviceInfo',
+        icon: 'Document',
+        name: '闃叉不璁惧娓呭崟',
+      },
+    ]
+  },
+  {
+    icon: 'DataAnalysis',
     name: '涓棿鏁版嵁浜у搧',
     children: [
       {

--
Gitblit v1.9.3