From cf4789baf6ab84d30b9e4626f37346ee0d8baadb Mon Sep 17 00:00:00 2001
From: 董国庆 <364620639@qq.com>
Date: 星期三, 14 五月 2025 15:24:03 +0800
Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory

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

diff --git a/culture/src/router/index.js b/culture/src/router/index.js
index 2a95769..07c3c42 100644
--- a/culture/src/router/index.js
+++ b/culture/src/router/index.js
@@ -218,18 +218,80 @@
                 path: 'add-pedigree',
                 name: 'AddPedigree',
                 meta: {
-                    title: "新增菌种传代生产谱系图",
+                    title: "新增母代菌种传代生产谱系图",
+                    hide: true
                 },
                 component: () => import("../views/pedigree-chart/add"),
             },
             {
-                path: 'add-pedigree',
-                name: 'AddPedigree',
+                path: 'add-progenitor',
+                name: 'AddProgenitor',
                 meta: {
-                    title: "新增菌种传代生产谱系图",
+                    title: "新增祖代菌种传代生产谱系图",
+                    hide: true
                 },
-                component: () => import("../views/pedigree-chart/add"),
-            }
+                component: () => import("../views/pedigree-chart/addProgenitor"),
+            },
+            // {
+            //     path: "strain-flow-chart",
+            //     name: "StrainFlowChart",
+            //     meta: {
+            //         title: "菌种传代产生流程图",
+            //         keepAlive: true,
+            //     },
+            //     component: () => import("../views/strain-library/strain-flow-chart"),
+            // },
+            {
+                path: 'breeding-record',
+                name: 'BreedingRecord',
+                meta: { 
+                    title: "菌种选育保藏记录",
+                },
+                component: () => import("../views/strain-library/breeding-record"),
+            },
+            {
+                path: 'add-breeding-record',
+                name: 'AddBreedingRecord',
+                meta: {
+                    title: "新增菌种选育保藏记录",
+                    hide: true,
+                },
+                component: () => import("../views/strain-library/breeding-record/add"),
+            },
+            {
+                path: 'validation',
+                meta: {
+                    title: "菌种验证数据资料",
+                },
+                component: Parent,
+                children: [
+                    {
+                        path: 'primitive-cell',
+                        name: 'PrimitiveCell',
+                        meta: {
+                            title: '原始细胞库资料',
+                        },
+                        component: () => import("../views/strain-library/validation/primitive-cell/index.vue")
+                    },
+                    {
+                        path: 'add-primitive-cell',
+                        name: 'AddPrimitiveCell',
+                        meta: {
+                            title: '新增原始细胞库资料',
+                            hide: true
+                        },
+                        component: () => import("../views/strain-library/validation/primitive-cell/add.vue")
+                    },
+                    {
+                        path: 'chief-cell',
+                        name: 'ChiefCell',
+                        meta: {
+                            title: '主细胞库资料'
+                        },
+                        component: () => import("../views/strain-library/validation/chief-cell")
+                    }
+                ]
+            },
         ]
     }, {
         path: "/strainReportLibrary",

--
Gitblit v1.7.1