| | |
| | | ), |
| | | }, |
| | | { |
| | | path: "edit-primitive-cell", |
| | | name: "AddPrimitiveCell", |
| | | meta: { |
| | | title: "编辑原始细胞库资料", |
| | | hide: true, |
| | | }, |
| | | component: () => |
| | | import( |
| | | "../views/strain-library/validation/primitive-cell/add.vue" |
| | | ), |
| | | }, |
| | | { |
| | | path: "confirm-detail", |
| | | name: "ConfirmDetail", |
| | | meta: { |
| | |
| | | component: () => |
| | | import("../views/strain-library/validation/chief-cell"), |
| | | }, |
| | | { |
| | | path: "add-chief-cell", |
| | | name: "AddChiefCell", |
| | | meta: { |
| | | title: "新增主细胞库资料", |
| | | hide: true, |
| | | }, |
| | | component: () => |
| | | import("../views/strain-library/validation/chief-cell/add.vue"), |
| | | }, |
| | | { |
| | | path: "edit-chief-cell", |
| | | name: "EditChiefCell", |
| | | meta: { |
| | | title: "编辑主细胞库资料", |
| | | hide: true, |
| | | }, |
| | | component: () => |
| | | import("../views/strain-library/validation/chief-cell/add.vue"), |
| | | }, |
| | | { |
| | | path: "confirm-detail-chief", |
| | | name: "ConfirmDetailChief", |
| | | meta: { |
| | | title: "确认主细胞库资料", |
| | | hide: true, |
| | | }, |
| | | component: () => |
| | | import( |
| | | "../views/strain-library/validation/chief-cell/confirm-detail.vue" |
| | | ), |
| | | }, |
| | | ], |
| | | }, |
| | | ], |