productionSafetySystem.ts 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. // === 生产安全体系 ===
  2. import { RouteComponent } from "vue-router";
  3. const productionSafetySystemRoutes: RouteComponent[] = [{
  4. id: 9003,
  5. parentId: 9000,
  6. name: 'productionSafetySystem',
  7. path: 'production-safety-system', // 建议使用 kebab-case 保持一致性
  8. redirect: '/work-safety/production-safety-system/safety-assessment',
  9. meta: {
  10. title: '生产安全体系',
  11. icon: 'OverviewIcon',
  12. isRoot: false,
  13. hidden: false,
  14. noCache: false,
  15. },
  16. children: [
  17. {
  18. id: 90020,
  19. parentId: 9002,
  20. name: 'LawManagement',
  21. path: 'law-management',
  22. component: '/production-safety/productionSafetySystem/lawManagement/lawManagement',
  23. meta: {
  24. title: '法律法规管理',
  25. icon: 'OverviewIcon',
  26. isRoot: false,
  27. hidden: false,
  28. noCache: false,
  29. },
  30. },
  31. {
  32. id: 9002001,
  33. parentId: 90020,
  34. name: 'LawManagementItem',
  35. path: 'law-management-item',
  36. component: '/production-safety/productionSafetySystem/lawManagement/lawManagementItem',
  37. meta: {
  38. title: '法律法规详情',
  39. icon: 'OverviewIcon',
  40. isRoot: false,
  41. hidden: true,
  42. noCache: false,
  43. },
  44. },
  45. {
  46. id: 90021,
  47. parentId: 9002,
  48. name: 'SafetyTraining',
  49. path: 'safety-training',
  50. component: '/production-safety/productionSafetySystem/safetyTraining/safetyTraining',
  51. meta: {
  52. title: '行业标准管理',
  53. icon: 'OverviewIcon',
  54. isRoot: false,
  55. hidden: false,
  56. noCache: false,
  57. },
  58. },
  59. {
  60. id: 9002101,
  61. parentId: 90021,
  62. name: 'SafetyTrainingItem',
  63. path: 'safety-training-item',
  64. component: '/production-safety/productionSafetySystem/safetyTraining/safetyTrainingItem',
  65. meta: {
  66. title: '行业标准详情',
  67. icon: 'OverviewIcon',
  68. isRoot: false,
  69. hidden: true,
  70. noCache: false,
  71. },
  72. },
  73. {
  74. id: 90022,
  75. parentId: 9002,
  76. name: 'CollegeFileManagement',
  77. path: 'college-file-management',
  78. component: '/production-safety/productionSafetySystem/collegeFileManagement/collegeFileManagement',
  79. meta: {
  80. title: '院级文件管理',
  81. icon: 'OverviewIcon',
  82. isRoot: false,
  83. hidden: false,
  84. noCache: false,
  85. },
  86. },
  87. {
  88. id: 9002201,
  89. parentId: 90022,
  90. name: 'CollegeFileManagementItem',
  91. path: 'college-file-management-item',
  92. component: '/production-safety/productionSafetySystem/collegeFileManagement/collegeFileManagementItem',
  93. meta: {
  94. title: '院级文件详情',
  95. icon: 'OverviewIcon',
  96. isRoot: false,
  97. hidden: true,
  98. noCache: false,
  99. },
  100. },
  101. {
  102. id: 90023,
  103. parentId: 9002,
  104. name: 'DoubleSystemManagement',
  105. path: 'double-system-management',
  106. component: '/production-safety/productionSafetySystem/doubleSystemManagement/doubleSystemManagement',
  107. meta: {
  108. title: '双体系建设管理',
  109. icon: 'OverviewIcon',
  110. isRoot: false,
  111. hidden: false,
  112. noCache: false,
  113. },
  114. },
  115. {
  116. id: 9002301,
  117. parentId: 90023,
  118. name: 'DoubleSystemManagementItem',
  119. path: 'double-system-management-item',
  120. component: '/production-safety/productionSafetySystem/doubleSystemManagement/doubleSystemManagementItem',
  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: 90024,
  132. parentId: 9002,
  133. name: 'SafetyStandardizationSystemManagement',
  134. path: 'safety-standardization-system-management',
  135. component: '/production-safety/productionSafetySystem/safetyStandardizationSystemManagement/safetyStandardizationSystemManagement',
  136. meta: {
  137. title: '安全标准化体系建设管理',
  138. icon: 'OverviewIcon',
  139. isRoot: false,
  140. hidden: false,
  141. noCache: false,
  142. },
  143. },
  144. {
  145. id: 9002401,
  146. parentId: 90024,
  147. name: 'SafetyStandardizationSystemManagementItem',
  148. path: 'safety-standardization-system-management-item',
  149. component: '/production-safety/productionSafetySystem/safetyStandardizationSystemManagement/safetyStandardizationSystemManagementItem',
  150. meta: {
  151. title: '安全标准化体系建设详情',
  152. icon: 'OverviewIcon',
  153. isRoot: false,
  154. hidden: true,
  155. noCache: false,
  156. },
  157. },
  158. {
  159. id: 90025,
  160. parentId: 9002,
  161. name: 'SafetySystemConstructionWorkPlanManagement',
  162. path: 'safety-system-construction-work-plan-management',
  163. component: '/production-safety/productionSafetySystem/safetySystemConstructionWorkPlanManagement/safetySystemConstructionWorkPlanManagement',
  164. meta: {
  165. title: '安全体系建设工作计划管理(管理员)',
  166. icon: 'OverviewIcon',
  167. isRoot: false,
  168. hidden: false,
  169. noCache: false,
  170. },
  171. },
  172. {
  173. id: 9002501,
  174. parentId: 90024,
  175. name: 'SafetySystemConstructionWorkPlanManagementItem',
  176. path: 'safety-system-construction-work-plan-management-item',
  177. component: '/production-safety/productionSafetySystem/safetySystemConstructionWorkPlanManagement/safetySystemConstructionWorkPlanManagementItem',
  178. meta: {
  179. title: '安全体系建设工作计划管理(管理员)详情',
  180. icon: 'OverviewIcon',
  181. isRoot: false,
  182. hidden: true,
  183. noCache: false,
  184. },
  185. },
  186. {
  187. id: 90026,
  188. parentId: 9002,
  189. name: 'SafetySystemConstructionWorkPlanManagementDept',
  190. path: 'safety-system-construction-work-plan-management-dept',
  191. component: '/production-safety/productionSafetySystem/safetySystemConstructionWorkPlanManagementDept/safetySystemConstructionWorkPlanManagementDept',
  192. meta: {
  193. title: '安全体系建设工作计划管理(部门)',
  194. icon: 'OverviewIcon',
  195. isRoot: false,
  196. hidden: false,
  197. noCache: false,
  198. },
  199. },
  200. {
  201. id: 9002601,
  202. parentId: 90026,
  203. name: 'SafetySystemConstructionWorkPlanManagementDeptItem',
  204. path: 'safety-system-construction-work-plan-management-dept-item',
  205. component: '/production-safety/productionSafetySystem/safetySystemConstructionWorkPlanManagementDept/safetySystemConstructionWorkPlanManagementDeptItem',
  206. meta: {
  207. title: '安全体系建设工作计划管理(部门)详情',
  208. icon: 'OverviewIcon',
  209. isRoot: false,
  210. hidden: true,
  211. noCache: false,
  212. },
  213. },
  214. {
  215. id: 90027,
  216. parentId: 9002,
  217. name: 'SafetyOrganizationSystemManagement',
  218. path: 'safety-organization-system-management',
  219. component: '/production-safety/productionSafetySystem/safetyOrganizationSystemManagement/safetyOrganizationSystemManagement',
  220. meta: {
  221. title: '安全组织体系管理',
  222. icon: 'OverviewIcon',
  223. isRoot: false,
  224. hidden: false,
  225. noCache: false,
  226. },
  227. },
  228. {
  229. id: 90028,
  230. parentId: 9002,
  231. name: 'SafetySystemConstructionWorkPlanManagementViewSender',
  232. path: 'safety-system-construction-work-plan-management-view-sender',
  233. component: '/production-safety/productionSafetySystem/safetySystemConstructionWorkPlanManagement/safetySystemConstructionWorkPlanManagementViewSender',
  234. meta: {
  235. title: '安全体系建设工作计划管理(管理员)-查看发送对象',
  236. icon: 'OverviewIcon',
  237. isRoot: false,
  238. hidden: false,
  239. noCache: false,
  240. },
  241. },
  242. {
  243. id: 90029,
  244. parentId: 9002,
  245. name: 'SafetyOrganizationSystemManagementItem',
  246. path: '/production-safety/productionSafetySystem/safetyOrganizationSystemManagement/safetyOrganizationSystemManagementItem',
  247. component: () => import('/src/views/production-safety/productionSafetySystem/safetyOrganizationSystemManagement/safetyOrganizationSystemManagementItem.vue'),
  248. meta: {
  249. title: '安全组织体系管理详情',
  250. icon: 'OverviewIcon',
  251. isRoot: false,
  252. hidden: false,
  253. noCache: false,
  254. },
  255. },
  256. ],
  257. }];
  258. export default productionSafetySystemRoutes;