From a3a2b238a2626ef8744e7a135f9ca2e2fbb5184c Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 21 5月 2025 10:17:36 +0800
Subject: [PATCH] 优化

---
 PipeLineLems/pipelinelems_web/src/config/menu.ts |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/PipeLineLems/pipelinelems_web/src/config/menu.ts b/PipeLineLems/pipelinelems_web/src/config/menu.ts
index 6082c6c..b502312 100644
--- a/PipeLineLems/pipelinelems_web/src/config/menu.ts
+++ b/PipeLineLems/pipelinelems_web/src/config/menu.ts
@@ -1,5 +1,12 @@
 export const menu: Record<string,any>[] = [
   {
+    "name": "浣滀笟浠诲姟",
+    "path": "/information-base/WorkTask",
+    "patchName": "WorkTask",
+    "icon": "p",
+    "notPage": false
+  },
+  {
     "name": "浣滀笟璁″垝",
     "path": "/information-base/WorkPlan",
     "patchName": "WorkPlan",
@@ -10,6 +17,13 @@
     "name": "绠¢檮浠剁剨鎺�",
     "path": "/information-base/PipeAccessoryWeld",
     "patchName": "PipeAccessoryWeld",
+    "icon": "p",
+    "notPage": false
+  },
+  {
+    "name": "鍒嗘嫞",
+    "path": "/information-base/PipeAccessoryPick",
+    "patchName": "PipeAccessoryPick",
     "icon": "p",
     "notPage": false
   },
@@ -57,6 +71,13 @@
   }
 ];
 export const menuMap: Record<string,any> = {
+  "WorkTask": {
+    "name": "浣滀笟浠诲姟",
+    "path": "/information-base/WorkTask",
+    "patchName": "WorkTask",
+    "icon": "p",
+    "notPage": false
+  },
   "WorkPlan": {
     "name": "浣滀笟璁″垝",
     "path": "/information-base/WorkPlan",
@@ -71,6 +92,13 @@
     "icon": "p",
     "notPage": false
   },
+  "PipeAccessoryPick": {
+    "name": "鍒嗘嫞",
+    "path": "/information-base/PipeAccessoryPick",
+    "patchName": "PipeAccessoryPick",
+    "icon": "p",
+    "notPage": false
+  },
   "PipeAccessoryAssembly": {
     "name": "绠¢檮浠惰閰�",
     "path": "/information-base/PipeAccessoryAssembly",

--
Gitblit v1.9.3