hiddenTroubleInvestigationAndGovernance.ts 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  1. // === 隐患排查治理 ===
  2. import { RouteComponent } from "vue-router";
  3. const hiddenTroubleInvestigationAndGovernanceRoutes: RouteComponent[] = [{
  4. id: 9004,
  5. parentId: 9000,
  6. name: 'hiddenTroubleInvestigationAndGovernance',
  7. path: 'hidden-trouble-investigation-and-governance',
  8. redirect: '/work-safety/hidden-trouble-investigation-and-governance/employee-report-hidden-trouble-management',
  9. meta: {
  10. title: '隐患排查治理',
  11. icon: 'TriangleAlert',
  12. isRoot: false,
  13. hidden: false,
  14. noCache: false,
  15. },
  16. children: [
  17. {
  18. id: 900401,
  19. parentId: 9004,
  20. name: 'employeeReportHiddenTroubleManagement',
  21. path: 'employee-report-hidden-trouble-management',
  22. component: '/production-safety/hiddenTroubleInvestigationAndGovernance/employeeReportHiddenTroubleManagement/employeeReportHiddenTroubleManagement',
  23. meta: {
  24. title: '员工上报隐患管理',
  25. icon: 'OverviewIcon',
  26. isRoot: false,
  27. hidden: false,
  28. noCache: false,
  29. },
  30. },
  31. {
  32. id: 90040101,
  33. parentId: 900401,
  34. name: 'employeeReportHiddenTroubleManagementItem',
  35. path: 'employee-report-hidden-trouble-management-item',
  36. component: '/production-safety/hiddenTroubleInvestigationAndGovernance/employeeReportHiddenTroubleManagement/employeeReportHiddenTroubleManagementItem',
  37. meta: {
  38. title: '员工上报隐患管理详情',
  39. icon: 'OverviewIcon',
  40. isRoot: false,
  41. hidden: true,
  42. noCache: false,
  43. },
  44. },
  45. {
  46. id: 900402,
  47. parentId: 9004,
  48. name: 'hiddenTroubleReviewManagement',
  49. path: 'hidden-trouble-review-management',
  50. component: '/production-safety/hiddenTroubleInvestigationAndGovernance/hiddenTroubleReviewManagement/hiddenTroubleReviewManagement',
  51. meta: {
  52. title: '员工上报隐患管理(管理员审核)',
  53. icon: 'OverviewIcon',
  54. isRoot: false,
  55. hidden: false,
  56. noCache: false,
  57. },
  58. },
  59. {
  60. id: 90040201,
  61. parentId: 900402,
  62. name: 'hiddenTroubleReviewManagementItem',
  63. path: 'hidden-trouble-review-management-item',
  64. component: '/production-safety/hiddenTroubleInvestigationAndGovernance/hiddenTroubleReviewManagement/hiddenTroubleReviewManagementItem',
  65. meta: {
  66. title: '员工上报隐患管理(管理员审核)详情',
  67. icon: 'OverviewIcon',
  68. isRoot: false,
  69. hidden: true,
  70. noCache: false,
  71. },
  72. },
  73. {
  74. id: 900403,
  75. parentId: 9004,
  76. name: 'hiddenTroubleCategoryManagement',
  77. path: 'hidden-trouble-category-management',
  78. component: '/production-safety/hiddenTroubleInvestigationAndGovernance/hiddenTroubleCategoryManagement/hiddenTroubleCategoryManagement',
  79. meta: {
  80. title: '隐患类别管理',
  81. icon: 'OverviewIcon',
  82. isRoot: false,
  83. hidden: false,
  84. noCache: false,
  85. },
  86. },
  87. {
  88. id: 90040301,
  89. parentId: 900403,
  90. name: 'hiddenTroubleCategoryManagementItem',
  91. path: 'hidden-trouble-category-management-item',
  92. component: '/production-safety/hiddenTroubleInvestigationAndGovernance/hiddenTroubleCategoryManagement/hiddenTroubleCategoryManagementItem',
  93. meta: {
  94. title: '隐患类别管理详情',
  95. icon: 'OverviewIcon',
  96. isRoot: false,
  97. hidden: true,
  98. noCache: false,
  99. },
  100. },
  101. {
  102. id: 900404,
  103. parentId: 9004,
  104. name: 'hiddenTroubleAccountManagement',
  105. path: 'hidden-trouble-account-management',
  106. component: '/production-safety/hiddenTroubleInvestigationAndGovernance/hiddenTroubleAccountManagement/hiddenTroubleAccountManagement',
  107. meta: {
  108. title: '隐患台账管理',
  109. icon: 'OverviewIcon',
  110. isRoot: false,
  111. hidden: false,
  112. noCache: false,
  113. },
  114. },
  115. {
  116. id: 90040401,
  117. parentId: 900404,
  118. name: 'hiddenTroubleAccountManagementItem',
  119. path: 'hidden-trouble-account-management-item',
  120. component: '/production-safety/hiddenTroubleInvestigationAndGovernance/hiddenTroubleAccountManagement/hiddenTroubleAccountManagementItem',
  121. meta: {
  122. title: '隐患台账管理详情',
  123. icon: 'OverviewIcon',
  124. isRoot: false,
  125. hidden: true,
  126. activeMenu: '/work-safety/production-safety-system/double-system-management',
  127. noCache: false,
  128. },
  129. },
  130. {
  131. id: 900405,
  132. parentId: 9004,
  133. name: 'oneByOneManagement',
  134. path: 'one-by-one-management',
  135. component: '/production-safety/hiddenTroubleInvestigationAndGovernance/oneByOneManagement/oneByOneManagement',
  136. meta: {
  137. title: '举一反三管理(管理员侧)',
  138. icon: 'OverviewIcon',
  139. isRoot: false,
  140. hidden: false,
  141. noCache: false,
  142. },
  143. },
  144. {
  145. id: 90040501,
  146. parentId: 90024,
  147. name: 'oneByOneManagementItem',
  148. path: 'one-by-one-management-item',
  149. component: '/production-safety/hiddenTroubleInvestigationAndGovernance/oneByOneManagement/oneByOneManagementItem',
  150. meta: {
  151. title: '举一反三管理(管理员侧)详情',
  152. icon: 'OverviewIcon',
  153. isRoot: false,
  154. hidden: true,
  155. noCache: false,
  156. },
  157. },
  158. {
  159. id: 900406,
  160. parentId: 9004,
  161. name: 'oneByOneManagementDept',
  162. path: 'one-by-one-management-dept',
  163. component: '/production-safety/hiddenTroubleInvestigationAndGovernance/oneByOneManagementDept/oneByOneManagementDept',
  164. meta: {
  165. title: '举一反三管理(部门侧)',
  166. icon: 'OverviewIcon',
  167. isRoot: false,
  168. hidden: false,
  169. noCache: false,
  170. },
  171. },
  172. {
  173. id: 90040601,
  174. parentId: 90025,
  175. name: 'oneByOneManagementDeptItem',
  176. path: 'one-by-one-management-dept-item',
  177. component: '/production-safety/hiddenTroubleInvestigationAndGovernance/oneByOneManagementDept/oneByOneManagementDeptItem',
  178. meta: {
  179. title: '举一反三管理(部门侧)详情',
  180. icon: 'OverviewIcon',
  181. isRoot: false,
  182. hidden: true,
  183. noCache: false,
  184. },
  185. },
  186. {
  187. id: 900407,
  188. parentId: 9004,
  189. name: 'checkTemplateManagement',
  190. path: 'check-template-management',
  191. component: '/production-safety/hiddenTroubleInvestigationAndGovernance/checkTemplateManagement/checkTemplateManagement',
  192. meta: {
  193. title: '检查单模版管理',
  194. icon: 'OverviewIcon',
  195. isRoot: false,
  196. hidden: false,
  197. noCache: false,
  198. },
  199. },
  200. {
  201. id: 90040701,
  202. parentId: 90026,
  203. name: 'checkTemplateManagementItem',
  204. path: 'check-template-management-item',
  205. component: '/production-safety/hiddenTroubleInvestigationAndGovernance/checkTemplateManagement/checkTemplateManagementItem',
  206. meta: {
  207. title: '检查单模版管理详情',
  208. icon: 'OverviewIcon',
  209. isRoot: false,
  210. hidden: true,
  211. noCache: false,
  212. },
  213. },
  214. {
  215. id: 900408,
  216. parentId: 9004,
  217. name: 'areaCheckPlanManagement',
  218. path: 'area-check-plan-management',
  219. component: '/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanManagement/areaCheckPlanManagement',
  220. meta: {
  221. title: '区域检查计划管理(管理员)',
  222. icon: 'OverviewIcon',
  223. isRoot: false,
  224. hidden: false,
  225. noCache: false,
  226. },
  227. },
  228. {
  229. id: 90040801,
  230. parentId: 90027,
  231. name: 'areaCheckPlanManagementItem',
  232. path: 'area-check-plan-management-item',
  233. component: '/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanManagement/areaCheckPlanManagementItem',
  234. meta: {
  235. title: '区域检查计划管理(管理员)详情',
  236. icon: 'OverviewIcon',
  237. isRoot: false,
  238. hidden: true,
  239. noCache: false,
  240. },
  241. },
  242. {
  243. id: 900409,
  244. parentId: 9004,
  245. name: 'areaCheckPlanManagementDept',
  246. path: 'area-check-plan-management-dept',
  247. component: '/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanManagementDept/areaCheckPlanManagementDept',
  248. meta: {
  249. title: '区域检查计划管理(部门)',
  250. icon: 'OverviewIcon',
  251. isRoot: false,
  252. hidden: false,
  253. noCache: false,
  254. },
  255. },
  256. {
  257. id: 90040901,
  258. parentId: 900409,
  259. name: 'areaCheckPlanManagementDeptItem',
  260. path: 'area-check-plan-management-dept-item',
  261. component: '/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanManagementDept/areaCheckPlanManagementDeptItem',
  262. meta: {
  263. title: '区域检查计划管理(部门)详情',
  264. icon: 'OverviewIcon',
  265. isRoot: false,
  266. hidden: true,
  267. noCache: false,
  268. },
  269. },
  270. {
  271. id: 900409,
  272. parentId: 9004,
  273. name: 'areaCheckPlanTask',
  274. path: 'area-check-plan-task',
  275. component: '/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanTask/areaCheckPlanTask',
  276. meta: {
  277. title: '区域检查计划任务(管理员)',
  278. icon: 'OverviewIcon',
  279. isRoot: false,
  280. hidden: false,
  281. noCache: false,
  282. },
  283. },
  284. {
  285. id: 90040901,
  286. parentId: 900409,
  287. name: 'areaCheckPlanTaskItem',
  288. path: 'area-check-plan-task-item',
  289. component: '/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanTask/areaCheckPlanTaskItem',
  290. meta: {
  291. title: '区域检查计划任务(管理员)详情',
  292. icon: 'OverviewIcon',
  293. isRoot: false,
  294. hidden: true,
  295. noCache: false,
  296. },
  297. },
  298. {
  299. id: 900409,
  300. parentId: 9004,
  301. name: 'areaCheckPlanTaskDept',
  302. path: 'area-check-plan-task-dept',
  303. component: '/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanTaskDept/areaCheckPlanTaskDept',
  304. meta: {
  305. title: '区域检查计划任务(部门)',
  306. icon: 'OverviewIcon',
  307. isRoot: false,
  308. hidden: false,
  309. noCache: false,
  310. },
  311. },
  312. {
  313. id: 90040901,
  314. parentId: 900409,
  315. name: 'areaCheckPlanTaskDeptItem',
  316. path: 'area-check-plan-task-dept-item',
  317. component: '/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanTaskDept/areaCheckPlanTaskDeptItem',
  318. meta: {
  319. title: '区域检查计划任务(部门)详情',
  320. icon: 'OverviewIcon',
  321. isRoot: false,
  322. hidden: true,
  323. noCache: false,
  324. },
  325. },
  326. ],
  327. }];
  328. export default hiddenTroubleInvestigationAndGovernanceRoutes;