@@ -623,6 +623,21 @@ const riskIdentificationAndControlRoutes: RouteComponent[] = [{
noCache: false,
}
},
+ //工伤认定申请
+ {
+ id: 93035,
+ parentId: 90014,
+ name: 'workInjuryApplyManageAdmin',
+ path: 'work-injury-apply-manage-admin',
+ component: '/production-safety/risk-identification-and-control/work-injury-apply-manage/listAdmin',
+ meta: {
+ title: '工伤认定申请(管理员)',
+ icon: 'OverviewIcon',
+ isRoot: false,
+ hidden: false,
+ noCache: false,
+ }
+ },
],
}];