| | |
| | | path: "/productOrder", |
| | | component: Layout, |
| | | hidden: true, |
| | | permissions: ["productOrder:order"], |
| | | permissions: ["business:productOrder"], |
| | | children: [ |
| | | { |
| | | // 成品下单详情 |
| | |
| | | path: "inspection", |
| | | component: () => import("@/views/business/inspectionTask/inspection"), |
| | | name: "inspection", |
| | | meta: { title: "检验单详情", activeMenu: "/business/inspectionTask" }, |
| | | meta: { title: "检验单详情", activeMenu: "/business/inspectionTask", keepAlive: false }, |
| | | }, |
| | | ], |
| | | }, |
| | |
| | | component: () => import("@/views/monitor/job/log"), |
| | | name: "JobLog", |
| | | meta: { title: "调度日志", activeMenu: "/monitor/job" }, |
| | | }, |
| | | ], |
| | | }, |
| | | { |
| | | path: "/tool/gen-edit", |
| | | component: Layout, |
| | | hidden: true, |
| | | permissions: ["tool:gen:edit"], |
| | | children: [ |
| | | { |
| | | path: "index/:tableId(\\d+)", |
| | | component: () => import("@/views/tool/gen/editTable"), |
| | | name: "GenEdit", |
| | | meta: { title: "修改生成配置", activeMenu: "/tool/gen" }, |
| | | }, |
| | | ], |
| | | }, |