| | |
| | | ], |
| | | }, |
| | | { |
| | | // 可靠性计划 |
| | | path: "/reliabilityPlan", |
| | | component: Layout, |
| | | hidden: true, |
| | | permissions: ["business:reliabilityPlan"], |
| | | children: [ |
| | | { |
| | | // 计划详情 |
| | | path: "plan", |
| | | component: () => import("@/views/business/reliabilityPlan/plan"), |
| | | name: "plan", |
| | | meta: { |
| | | title: "计划详情", |
| | | activeMenu: "/business/reliabilityPlan", |
| | | keepAlive: true, |
| | | }, |
| | | }, |
| | | ], |
| | | }, |
| | | { |
| | | // 标准库变更 |
| | | path: "/audit", |
| | | component: Layout, |
| | | hidden: true, |
| | | permissions: ["standard:audit"], |
| | | children: [ |
| | | { |
| | | // 变更详情 |
| | | path: "auditDetail", |
| | | component: () => import("@/views/standard/standardLibrary/index"), |
| | | name: "auditDetail", |
| | | meta: { |
| | | title: "标准库变更详情", |
| | | activeMenu: "/standard/audit", |
| | | keepAlive: true, |
| | | }, |
| | | }, |
| | | ], |
| | | }, |
| | | { |
| | | // 用户管理 |
| | | path: "/system/user-auth", |
| | | component: Layout, |