| | |
| | | path: 'add-progenitor', |
| | | name: 'AddProgenitor', |
| | | meta: { |
| | | title: "新增母代菌种传代生产谱系图", |
| | | title: "新增祖代菌种传代生产谱系图", |
| | | hide: true |
| | | }, |
| | | component: () => import("../views/pedigree-chart/addProgenitor"), |
| | |
| | | { |
| | | path: 'breeding-record', |
| | | name: 'BreedingRecord', |
| | | meta: { |
| | | meta: { |
| | | title: "菌种选育保藏记录", |
| | | }, |
| | | component: () => import("../views/strain-library/breeding-record"), |
| | |
| | | meta: { |
| | | title: "菌种验证数据资料", |
| | | }, |
| | | component: Parent, |
| | | children: [ |
| | | { |
| | | path: 'primitive-cell', |
| | | name: 'PrimitiveCell', |
| | | meta: { |
| | | title: '原始细胞库资料' |
| | | title: '原始细胞库资料', |
| | | }, |
| | | component: () => import("../views/strain-library/validation/primitive-cell") |
| | | 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: 'confirm-detail', |
| | | name: 'ConfirmDetail', |
| | | meta: { |
| | | title: '确认原始细胞库资料', |
| | | hide: true |
| | | }, |
| | | component: () => import("../views/strain-library/validation/primitive-cell/confirm-detail.vue") |
| | | }, |
| | | { |
| | | path: 'chief-cell', |
| | | name: 'ChiefCell', |
| | | meta: { |
| | | title: '主细胞库资料' |
| | | }, |