| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329 |
- // === 隐患排查治理 ===
- import { RouteComponent } from "vue-router";
- const hiddenTroubleInvestigationAndGovernanceRoutes: RouteComponent[] = [{
- id: 9004,
- parentId: 9000,
- name: 'hiddenTroubleInvestigationAndGovernance',
- path: 'hidden-trouble-investigation-and-governance',
- redirect: '/work-safety/hidden-trouble-investigation-and-governance/employee-report-hidden-trouble-management',
- meta: {
- title: '隐患排查治理',
- icon: 'TriangleAlert',
- isRoot: false,
- hidden: false,
- noCache: false,
- },
- children: [
- {
- id: 900401,
- parentId: 9004,
- name: 'employeeReportHiddenTroubleManagement',
- path: 'employee-report-hidden-trouble-management',
- component: '/production-safety/hiddenTroubleInvestigationAndGovernance/employeeReportHiddenTroubleManagement/employeeReportHiddenTroubleManagement',
- meta: {
- title: '员工上报隐患管理',
- icon: 'OverviewIcon',
- isRoot: false,
- hidden: false,
- noCache: false,
- },
- },
- {
- id: 90040101,
- parentId: 900401,
- name: 'employeeReportHiddenTroubleManagementItem',
- path: 'employee-report-hidden-trouble-management-item',
- component: '/production-safety/hiddenTroubleInvestigationAndGovernance/employeeReportHiddenTroubleManagement/employeeReportHiddenTroubleManagementItem',
- meta: {
- title: '员工上报隐患管理详情',
- icon: 'OverviewIcon',
- isRoot: false,
- hidden: true,
- noCache: false,
- },
- },
- {
- id: 900402,
- parentId: 9004,
- name: 'hiddenTroubleReviewManagement',
- path: 'hidden-trouble-review-management',
- component: '/production-safety/hiddenTroubleInvestigationAndGovernance/hiddenTroubleReviewManagement/hiddenTroubleReviewManagement',
- meta: {
- title: '员工上报隐患管理(管理员审核)',
- icon: 'OverviewIcon',
- isRoot: false,
- hidden: false,
- noCache: false,
- },
- },
- {
- id: 90040201,
- parentId: 900402,
- name: 'hiddenTroubleReviewManagementItem',
- path: 'hidden-trouble-review-management-item',
- component: '/production-safety/hiddenTroubleInvestigationAndGovernance/hiddenTroubleReviewManagement/hiddenTroubleReviewManagementItem',
- meta: {
- title: '员工上报隐患管理(管理员审核)详情',
- icon: 'OverviewIcon',
- isRoot: false,
- hidden: true,
- noCache: false,
- },
- },
- {
- id: 900403,
- parentId: 9004,
- name: 'hiddenTroubleCategoryManagement',
- path: 'hidden-trouble-category-management',
- component: '/production-safety/hiddenTroubleInvestigationAndGovernance/hiddenTroubleCategoryManagement/hiddenTroubleCategoryManagement',
- meta: {
- title: '隐患类别管理',
- icon: 'OverviewIcon',
- isRoot: false,
- hidden: false,
- noCache: false,
- },
- },
- {
- id: 90040301,
- parentId: 900403,
- name: 'hiddenTroubleCategoryManagementItem',
- path: 'hidden-trouble-category-management-item',
- component: '/production-safety/hiddenTroubleInvestigationAndGovernance/hiddenTroubleCategoryManagement/hiddenTroubleCategoryManagementItem',
- meta: {
- title: '隐患类别管理详情',
- icon: 'OverviewIcon',
- isRoot: false,
- hidden: true,
- noCache: false,
- },
- },
- {
- id: 900404,
- parentId: 9004,
- name: 'hiddenTroubleAccountManagement',
- path: 'hidden-trouble-account-management',
- component: '/production-safety/hiddenTroubleInvestigationAndGovernance/hiddenTroubleAccountManagement/hiddenTroubleAccountManagement',
- meta: {
- title: '隐患台账管理',
- icon: 'OverviewIcon',
- isRoot: false,
- hidden: false,
- noCache: false,
- },
- },
- {
- id: 90040401,
- parentId: 900404,
- name: 'hiddenTroubleAccountManagementItem',
- path: 'hidden-trouble-account-management-item',
- component: '/production-safety/hiddenTroubleInvestigationAndGovernance/hiddenTroubleAccountManagement/hiddenTroubleAccountManagementItem',
- meta: {
- title: '隐患台账管理详情',
- icon: 'OverviewIcon',
- isRoot: false,
- hidden: true,
- activeMenu: '/work-safety/production-safety-system/double-system-management',
- noCache: false,
- },
- },
- {
- id: 900405,
- parentId: 9004,
- name: 'oneByOneManagement',
- path: 'one-by-one-management',
- component: '/production-safety/hiddenTroubleInvestigationAndGovernance/oneByOneManagement/oneByOneManagement',
- meta: {
- title: '举一反三管理(管理员侧)',
- icon: 'OverviewIcon',
- isRoot: false,
- hidden: false,
- noCache: false,
- },
- },
- {
- id: 90040501,
- parentId: 90024,
- name: 'oneByOneManagementItem',
- path: 'one-by-one-management-item',
- component: '/production-safety/hiddenTroubleInvestigationAndGovernance/oneByOneManagement/oneByOneManagementItem',
- meta: {
- title: '举一反三管理(管理员侧)详情',
- icon: 'OverviewIcon',
- isRoot: false,
- hidden: true,
- noCache: false,
- },
- },
- {
- id: 900406,
- parentId: 9004,
- name: 'oneByOneManagementDept',
- path: 'one-by-one-management-dept',
- component: '/production-safety/hiddenTroubleInvestigationAndGovernance/oneByOneManagementDept/oneByOneManagementDept',
- meta: {
- title: '举一反三管理(部门侧)',
- icon: 'OverviewIcon',
- isRoot: false,
- hidden: false,
- noCache: false,
- },
- },
- {
- id: 90040601,
- parentId: 90025,
- name: 'oneByOneManagementDeptItem',
- path: 'one-by-one-management-dept-item',
- component: '/production-safety/hiddenTroubleInvestigationAndGovernance/oneByOneManagementDept/oneByOneManagementDeptItem',
- meta: {
- title: '举一反三管理(部门侧)详情',
- icon: 'OverviewIcon',
- isRoot: false,
- hidden: true,
- noCache: false,
- },
- },
- {
- id: 900407,
- parentId: 9004,
- name: 'checkTemplateManagement',
- path: 'check-template-management',
- component: '/production-safety/hiddenTroubleInvestigationAndGovernance/checkTemplateManagement/checkTemplateManagement',
- meta: {
- title: '检查单模版管理',
- icon: 'OverviewIcon',
- isRoot: false,
- hidden: false,
- noCache: false,
- },
- },
- {
- id: 90040701,
- parentId: 90026,
- name: 'checkTemplateManagementItem',
- path: 'check-template-management-item',
- component: '/production-safety/hiddenTroubleInvestigationAndGovernance/checkTemplateManagement/checkTemplateManagementItem',
- meta: {
- title: '检查单模版管理详情',
- icon: 'OverviewIcon',
- isRoot: false,
- hidden: true,
- noCache: false,
- },
- },
- {
- id: 900408,
- parentId: 9004,
- name: 'areaCheckPlanManagement',
- path: 'area-check-plan-management',
- component: '/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanManagement/areaCheckPlanManagement',
- meta: {
- title: '区域检查计划管理(管理员)',
- icon: 'OverviewIcon',
- isRoot: false,
- hidden: false,
- noCache: false,
- },
- },
- {
- id: 90040801,
- parentId: 90027,
- name: 'areaCheckPlanManagementItem',
- path: 'area-check-plan-management-item',
- component: '/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanManagement/areaCheckPlanManagementItem',
- meta: {
- title: '区域检查计划管理(管理员)详情',
- icon: 'OverviewIcon',
- isRoot: false,
- hidden: true,
- noCache: false,
- },
- },
- {
- id: 900409,
- parentId: 9004,
- name: 'areaCheckPlanManagementDept',
- path: 'area-check-plan-management-dept',
- component: '/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanManagementDept/areaCheckPlanManagementDept',
- meta: {
- title: '区域检查计划管理(部门)',
- icon: 'OverviewIcon',
- isRoot: false,
- hidden: false,
- noCache: false,
- },
- },
- {
- id: 90040901,
- parentId: 900409,
- name: 'areaCheckPlanManagementDeptItem',
- path: 'area-check-plan-management-dept-item',
- component: '/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanManagementDept/areaCheckPlanManagementDeptItem',
- meta: {
- title: '区域检查计划管理(部门)详情',
- icon: 'OverviewIcon',
- isRoot: false,
- hidden: true,
- noCache: false,
- },
- },
- {
- id: 900409,
- parentId: 9004,
- name: 'areaCheckPlanTask',
- path: 'area-check-plan-task',
- component: '/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanTask/areaCheckPlanTask',
- meta: {
- title: '区域检查计划任务(管理员)',
- icon: 'OverviewIcon',
- isRoot: false,
- hidden: false,
- noCache: false,
- },
- },
- {
- id: 90040901,
- parentId: 900409,
- name: 'areaCheckPlanTaskItem',
- path: 'area-check-plan-task-item',
- component: '/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanTask/areaCheckPlanTaskItem',
- meta: {
- title: '区域检查计划任务(管理员)详情',
- icon: 'OverviewIcon',
- isRoot: false,
- hidden: true,
- noCache: false,
- },
- },
- {
- id: 900409,
- parentId: 9004,
- name: 'areaCheckPlanTaskDept',
- path: 'area-check-plan-task-dept',
- component: '/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanTaskDept/areaCheckPlanTaskDept',
- meta: {
- title: '区域检查计划任务(部门)',
- icon: 'OverviewIcon',
- isRoot: false,
- hidden: false,
- noCache: false,
- },
- },
- {
- id: 90040901,
- parentId: 900409,
- name: 'areaCheckPlanTaskDeptItem',
- path: 'area-check-plan-task-dept-item',
- component: '/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanTaskDept/areaCheckPlanTaskDeptItem',
- meta: {
- title: '区域检查计划任务(部门)详情',
- icon: 'OverviewIcon',
- isRoot: false,
- hidden: true,
- noCache: false,
- },
- },
- ],
- }];
- export default hiddenTroubleInvestigationAndGovernanceRoutes;
|