| | |
| | | }, |
| | | ], |
| | | }, |
| | | // 生产汇报单维护 |
| | | { |
| | | path: "/icmo/scICMOReportBill/scICMOReportBillList", |
| | | component: Layout, |
| | | hidden: true, |
| | | redirect: "noredirect", |
| | | meta: { |
| | | breadcrumb: false, // 如果设置为false,则不会在breadcrumb面包屑中显示 |
| | | activeMenu: "/icmo/scICMOReportBill", // 当路由设置了该属性,则会高亮相对应的侧边栏。 |
| | | }, |
| | | children: [ |
| | | { |
| | | path: "/icmo/scICMOReportBill/scICMOReportBillList", |
| | | component: () => import("@/views/ICMO/ScICMOReportBill/ScICMOReportBillList.vue"), |
| | | name: "ScICMOBillList", |
| | | meta: { title: "生产汇报单维护", activeMenu: "/icmo/scICMOReportBill" }, |
| | | }, |
| | | // { |
| | | // path: "/icmo/scIcmoBill/scIcmoBillEdit", |
| | | // component: () => import("@/views/ICMO/ScICMOBillEdit.vue"), |
| | | // name: "ScICMOBillEdit", |
| | | // meta: { title: "生产订单", activeMenu: "/icmo/scIcmoBill" }, |
| | | // }, |
| | | ], |
| | | }, |
| | | ]; |
| | | |
| | | // 动态路由,基于用户权限动态去加载 |