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

---
 laboratory/src/router/index.js |   86 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 86 insertions(+), 0 deletions(-)

diff --git a/laboratory/src/router/index.js b/laboratory/src/router/index.js
index 5038bc5..ce549bc 100644
--- a/laboratory/src/router/index.js
+++ b/laboratory/src/router/index.js
@@ -378,6 +378,92 @@
         ],
     },
     {
+        path: "/chemistQa",
+        component: Layouts,
+        meta: {
+            title: "化验师QA专题报告",
+        },
+        children: [
+            {
+                path: "projectTesting",
+                meta: {
+                    title: "项目检测项、检验包列表",
+                    keepAlive: true,
+                },
+                component: () => import("../views/chemistQa/projectTesting/index.vue"),
+            },
+            {
+                path: "add",
+                meta: {
+                    title: "新增检测项",
+                    hide: true,
+                    keepAlive: true,
+                },
+                component: () => import("../views/chemistQa/projectTesting/add.vue"),
+            },
+            {
+                path: "addDetectionReport",
+                meta: {
+                    title: "新增报告",
+                    hide: true,
+                    keepAlive: true,
+                },
+                component: () => import("../views/chemistQa/projectTesting/addDetectionReport.vue"),
+            },
+            {
+                path: "pilotAndProduction",
+                meta: {
+                    title: "中试、生产验证试验检验分析报告",
+                    keepAlive: true,
+                },
+                component: () => import("../views/chemistQa/pilotAndProduction/index.vue"),
+            },
+            {
+                path: "addPilot",
+                meta: {
+                    title: "新增中试、生产验证试验检验分析报告",
+                    hide: true,
+                    keepAlive: true,
+                },
+                component: () => import("../views/chemistQa/pilotAndProduction/add.vue"),
+            },
+            {
+                path: "rawMaterials",
+                meta: {
+                    title: "原辅料、包材、竞品检验分析报告",
+                    keepAlive: true,
+                },
+                component: () => import("../views/chemistQa/rawMaterials/index.vue"),
+            },
+            {
+                path: "addRawMaterials",
+                meta: {
+                    title: "新增原辅料、包材、竞品检验分析报告",
+                    hide: true,
+                    keepAlive: true,
+                },
+                component: () => import("../views/chemistQa/rawMaterials/add.vue"),
+            },
+            {
+                path: "productApproval",
+                meta: {
+                    title: "产品报批及项目工作总计报告",
+                    keepAlive: true,
+                },
+                component: () => import("../views/chemistQa/productApproval/index.vue"),
+            },
+            {
+                path: "addProductApproval",
+                meta: {
+                    title: "新增产品报批及项目工作总计报告",
+                    hide: true,
+                    keepAlive: true,
+                },
+                component: () => import("../views/chemistQa/productApproval/add.vue"),
+            },
+        ],
+    },
+    {
         path: "/deliveryAssessment",
         component: Layouts,
         meta: {

--
Gitblit v1.7.1