| | |
| | | title: "新增菌种传代生产谱系图", |
| | | }, |
| | | component: () => import("../views/pedigree-chart/add"), |
| | | } |
| | | }, |
| | | { |
| | | 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: "菌种验证数据资料", |
| | | }, |
| | | children: [ |
| | | { |
| | | path: 'primitive-cell', |
| | | meta: { |
| | | title: '原始细胞库资料' |
| | | }, |
| | | component: () => import("../views/strain-library/validation/primitive-cell") |
| | | }, |
| | | { |
| | | path: 'chief-cell', |
| | | meta: { |
| | | title: '主细胞库资料' |
| | | }, |
| | | component: () => import("../views/strain-library/validation/chief-cell") |
| | | } |
| | | ] |
| | | }, |
| | | ] |
| | | }, { |
| | | path: "/strainReportLibrary", |