From 6fe931d93e13fc13806f88d9b429c81fcdf9c528 Mon Sep 17 00:00:00 2001
From: hejianhao <15708179461@qq.com>
Date: 星期二, 01 四月 2025 17:43:27 +0800
Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory

---
 src/router/index.js |   69 ++++++++++++++++++++++++++++++++++
 1 files changed, 68 insertions(+), 1 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 953eb1f..1d1f8be 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -72,12 +72,22 @@
                 },
                 children: [
                     {
-                        path: "/approvalPlan",
+                        path: "approvalPlan",
                         meta: {
                             title: "项目课题方案审批",
                             keepAlive: true,
                         },
                         component: () => import("../views/dataManagement/approvalPlan/list.vue"),
+                    },
+                    {
+                        path: "addPlan",
+                        name: "addPlan",
+                        meta: {
+                            title: "新增项目课题方案",
+                            hide: true,
+                            keepAlive: true,
+                        },
+                        component: () => import("../views/dataManagement/approvalPlan/addPlan"),
                     },
                     {
                         path: "/dispatching",
@@ -87,6 +97,63 @@
                         },
                         component: () => import("../views/dataManagement/dispatching/list.vue"),
                     },
+                    {
+                        path: "/confirmation-sheet",
+                        meta: {
+                            title: "校验方法确认单",
+                            keepAlive: true,
+                        },
+                        component: () => import("../views/dataManagement/confirmation-sheet"),
+                    },
+                ],
+            },
+            {
+                path: "/reportLibrary",
+                component: Parent,
+                meta: {
+                    title: "专业报告库审批",
+                },
+                children: [
+                    {
+                        path: "/feasibilityStudy",
+                        meta: {
+                            title: "可研报告库",
+                            keepAlive: true,
+                        },
+                        component: () => import("../views/reportLibrary/feasibilityStudy/index.vue"),
+                    },
+                    {
+                        path: "/feasibilityReport",
+                        meta: {
+                            title: "可行报告库",
+                            keepAlive: true,
+                        },
+                        component: () => import("../views/reportLibrary/feasibilityReport/index.vue"),
+                    },
+                    {
+                        path: "/processDevelopment",
+                        meta: {
+                            title: "工艺开发工具",
+                            keepAlive: true,
+                        },
+                        component: () => import("../views/reportLibrary/processDevelopment/index.vue"),
+                    },
+                    {
+                        path: "/verificationRelease",
+                        meta: {
+                            title: "验证与发布",
+                            keepAlive: true,
+                        },
+                        component: () => import("../views/reportLibrary/verificationRelease/index.vue"),
+                    },
+                    {
+                        path: "/projectProposalLibrary",
+                        meta: {
+                            title: "立项报告库",
+                            keepAlive: true,
+                        },
+                        component: () => import("../views/reportLibrary/projectProposalLibrary/index.vue"),
+                    },
                 ],
             }
         ],

--
Gitblit v1.7.1