From e050767314ff74ac13727f33398ad16c1e183945 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周二, 20 5月 2025 12:49:21 +0800
Subject: [PATCH] 优化高级查询
---
PipeLineLems/pipelinelems_web/src/config/menu.ts | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/PipeLineLems/pipelinelems_web/src/config/menu.ts b/PipeLineLems/pipelinelems_web/src/config/menu.ts
index f52b44f..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",
@@ -64,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",
--
Gitblit v1.9.3