From 5a149d626ae8bc3fa4bddbb53f8caf40f51f6da6 Mon Sep 17 00:00:00 2001
From: zs <zhousong@weben-smart.com>
Date: 周三, 04 6月 2025 17:42:13 +0800
Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/HIA24016N_PipeLineDemo

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

diff --git a/PipeLineLems/pipelinelems_web/src/config/menu.ts b/PipeLineLems/pipelinelems_web/src/config/menu.ts
index 286eb63..b502312 100644
--- a/PipeLineLems/pipelinelems_web/src/config/menu.ts
+++ b/PipeLineLems/pipelinelems_web/src/config/menu.ts
@@ -1,8 +1,36 @@
 export const menu: Record<string,any>[] = [
   {
+    "name": "浣滀笟浠诲姟",
+    "path": "/information-base/WorkTask",
+    "patchName": "WorkTask",
+    "icon": "p",
+    "notPage": false
+  },
+  {
     "name": "浣滀笟璁″垝",
     "path": "/information-base/WorkPlan",
     "patchName": "WorkPlan",
+    "icon": "p",
+    "notPage": false
+  },
+  {
+    "name": "绠¢檮浠剁剨鎺�",
+    "path": "/information-base/PipeAccessoryWeld",
+    "patchName": "PipeAccessoryWeld",
+    "icon": "p",
+    "notPage": false
+  },
+  {
+    "name": "鍒嗘嫞",
+    "path": "/information-base/PipeAccessoryPick",
+    "patchName": "PipeAccessoryPick",
+    "icon": "p",
+    "notPage": false
+  },
+  {
+    "name": "绠¢檮浠惰閰�",
+    "path": "/information-base/PipeAccessoryAssembly",
+    "patchName": "PipeAccessoryAssembly",
     "icon": "p",
     "notPage": false
   },
@@ -43,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",
@@ -50,6 +85,27 @@
     "icon": "p",
     "notPage": false
   },
+  "PipeAccessoryWeld": {
+    "name": "绠¢檮浠剁剨鎺�",
+    "path": "/information-base/PipeAccessoryWeld",
+    "patchName": "PipeAccessoryWeld",
+    "icon": "p",
+    "notPage": false
+  },
+  "PipeAccessoryPick": {
+    "name": "鍒嗘嫞",
+    "path": "/information-base/PipeAccessoryPick",
+    "patchName": "PipeAccessoryPick",
+    "icon": "p",
+    "notPage": false
+  },
+  "PipeAccessoryAssembly": {
+    "name": "绠¢檮浠惰閰�",
+    "path": "/information-base/PipeAccessoryAssembly",
+    "patchName": "PipeAccessoryAssembly",
+    "icon": "p",
+    "notPage": false
+  },
   "OrderManagement-main": {
     "name": "宸ュ崟绠$悊(鏂�)",
     "path": "/information-base/OrderManagement-main",

--
Gitblit v1.9.3