From 3a4b2114c4bb687ccbc09b585b7d650f94e16979 Mon Sep 17 00:00:00 2001
From: zs <zhousong@weben-smart.com>
Date: 周一, 19 5月 2025 18:03:27 +0800
Subject: [PATCH] 单据记录高级查询
---
PipeLineLems/pipelinelems_web/src/config/menu.ts | 54 +++++++++++++++++++++++++++++++++++++++++-------------
1 files changed, 41 insertions(+), 13 deletions(-)
diff --git a/PipeLineLems/pipelinelems_web/src/config/menu.ts b/PipeLineLems/pipelinelems_web/src/config/menu.ts
index 6366b2d..f52b44f 100644
--- a/PipeLineLems/pipelinelems_web/src/config/menu.ts
+++ b/PipeLineLems/pipelinelems_web/src/config/menu.ts
@@ -7,16 +7,23 @@
"notPage": false
},
{
- "name": "绠¢檮浠惰閰�",
- "path": "/information-base/PipeAccessoryAssembly",
- "patchName": "PipeAccessoryAssembly",
+ "name": "绠¢檮浠剁剨鎺�",
+ "path": "/information-base/PipeAccessoryWeld",
+ "patchName": "PipeAccessoryWeld",
"icon": "p",
"notPage": false
},
{
- "name": "MyPluginName",
- "path": "/information-base/MyPluginName",
- "patchName": "MyPluginName",
+ "name": "鍒嗘嫞",
+ "path": "/information-base/PipeAccessoryPick",
+ "patchName": "PipeAccessoryPick",
+ "icon": "p",
+ "notPage": false
+ },
+ {
+ "name": "绠¢檮浠惰閰�",
+ "path": "/information-base/PipeAccessoryAssembly",
+ "patchName": "PipeAccessoryAssembly",
"icon": "p",
"notPage": false
},
@@ -25,6 +32,13 @@
"path": "/information-base/OrderManagement-main",
"patchName": "OrderManagement-main",
"icon": "order",
+ "notPage": false
+ },
+ {
+ "name": "MyPluginName",
+ "path": "/information-base/MyPluginName",
+ "patchName": "MyPluginName",
+ "icon": "p",
"notPage": false
},
{
@@ -57,17 +71,24 @@
"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
- },
- "MyPluginName": {
- "name": "MyPluginName",
- "path": "/information-base/MyPluginName",
- "patchName": "MyPluginName",
"icon": "p",
"notPage": false
},
@@ -78,6 +99,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