From c2bac53ff77d91dfffb4bda9b0bcbf6556fda9a1 Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周二, 20 5月 2025 13:25:23 +0800 Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/HIA24016N_PipeLineDemo --- PipeLineLems/pipelinelems_web/src/config/menu.ts | 70 ++++++++++++++++++++++++++++------- 1 files changed, 56 insertions(+), 14 deletions(-) diff --git a/PipeLineLems/pipelinelems_web/src/config/menu.ts b/PipeLineLems/pipelinelems_web/src/config/menu.ts index 6366b2d..b502312 100644 --- a/PipeLineLems/pipelinelems_web/src/config/menu.ts +++ b/PipeLineLems/pipelinelems_web/src/config/menu.ts @@ -1,8 +1,29 @@ 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 }, @@ -14,17 +35,17 @@ "notPage": false }, { - "name": "MyPluginName", - "path": "/information-base/MyPluginName", - "patchName": "MyPluginName", - "icon": "p", - "notPage": false - }, - { "name": "宸ュ崟绠$悊(鏂�)", "path": "/information-base/OrderManagement-main", "patchName": "OrderManagement-main", "icon": "order", + "notPage": false + }, + { + "name": "MyPluginName", + "path": "/information-base/MyPluginName", + "patchName": "MyPluginName", + "icon": "p", "notPage": false }, { @@ -50,10 +71,31 @@ } ]; export const menuMap: Record<string,any> = { + "WorkTask": { + "name": "浣滀笟浠诲姟", + "path": "/information-base/WorkTask", + "patchName": "WorkTask", + "icon": "p", + "notPage": false + }, "WorkPlan": { "name": "浣滀笟璁″垝", "path": "/information-base/WorkPlan", "patchName": "WorkPlan", + "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 }, @@ -64,13 +106,6 @@ "icon": "p", "notPage": false }, - "MyPluginName": { - "name": "MyPluginName", - "path": "/information-base/MyPluginName", - "patchName": "MyPluginName", - "icon": "p", - "notPage": false - }, "OrderManagement-main": { "name": "宸ュ崟绠$悊(鏂�)", "path": "/information-base/OrderManagement-main", @@ -78,6 +113,13 @@ "icon": "order", "notPage": false }, + "MyPluginName": { + "name": "MyPluginName", + "path": "/information-base/MyPluginName", + "patchName": "MyPluginName", + "icon": "p", + "notPage": false + }, "Http": { "name": "API璇锋眰", "path": "/information-base/Http", -- Gitblit v1.9.3