|
|
@@ -238,7 +238,21 @@ const productionSafetySystemRoutes: RouteComponent[] = [{
|
|
|
hidden: false,
|
|
|
noCache: false,
|
|
|
},
|
|
|
- }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 90029,
|
|
|
+ parentId: 9002,
|
|
|
+ name: 'SafetyOrganizationSystemManagementItem',
|
|
|
+ path: '/production-safety/productionSafetySystem/safetyOrganizationSystemManagement/safetyOrganizationSystemManagementItem',
|
|
|
+ component: () => import('/src/views/production-safety/productionSafetySystem/safetyOrganizationSystemManagement/safetyOrganizationSystemManagementItem.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '安全组织体系管理详情',
|
|
|
+ icon: 'OverviewIcon',
|
|
|
+ isRoot: false,
|
|
|
+ hidden: false,
|
|
|
+ noCache: false,
|
|
|
+ },
|
|
|
+ },
|
|
|
],
|
|
|
}];
|
|
|
|