You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

84 lines
2.8 KiB

  1. var topModules=
  2. [
  3. {
  4. moduleName:"待审批",
  5. topModuleId:'oa',
  6. link:"/mdp/workflow/ru/task/TaskListAssigneeToMe",
  7. icon: require("../../assets/image/platform/module-task.png"),
  8. isHighlight:false,
  9. moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块
  10. },
  11. {
  12. moduleName:"日程",
  13. topModuleId:'oa',
  14. link:"/oa/rc/rcScheduleMy/RcScheduleMyMng",
  15. icon: require("../../assets/image/platform/module-schedule.png"),
  16. isHighlight:false,
  17. moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块
  18. },
  19. {
  20. moduleName:"会议",
  21. topModuleId:'oa',
  22. link:"/oa/meet/meetMeeting/MeetMeetingRequire",
  23. icon: require("../../assets/image/platform/module-meeting.png"),
  24. isHighlight:false,
  25. moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块
  26. },
  27. {
  28. moduleName:"办公用品",
  29. topModuleId:'oa',
  30. link:"/oa/om/omCategory/OmCategoryMng",
  31. icon: require("../../assets/image/platform/module-office.png"),
  32. isHighlight:false,
  33. moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块
  34. },
  35. {
  36. moduleName:"档案",
  37. topModuleId:'oa',
  38. link:"/oa/hr/user/employeeInfo",
  39. icon: require("../../assets/image/platform/module-record.png"),
  40. isHighlight:false,
  41. moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块
  42. },
  43. {
  44. moduleName:"通讯录",
  45. topModuleId:'sys',
  46. link:"/mdp/sys/user/deptUserMng",
  47. icon: require("../../assets/image/platform/module-addressBook.png"),
  48. isHighlight:false,
  49. moduleType : '2' // 模块类型,1-系统类模块 2-系统外模块
  50. },
  51. {
  52. moduleName:"合同",
  53. topModuleId:'oa',
  54. link:"/oa/ht/contractCard/ContractCardMng",
  55. icon: require("../../assets/image/platform/module-contract.png"),
  56. isHighlight:false,
  57. moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块
  58. },
  59. {
  60. moduleName:"财务",
  61. topModuleId:'ac',
  62. link:"",
  63. icon: require("../../assets/image/platform/module-finance.png"),
  64. isHighlight:false,
  65. moduleType : '2' // 模块类型,1-系统类模块 2-系统外模块
  66. },
  67. {
  68. moduleName:"项目",
  69. topModuleId:'xm',
  70. link:"/xm/core/xmProject/XmProjectMng",
  71. icon: require("../../assets/image/platform/module-project.png"),
  72. isHighlight:false,
  73. moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块
  74. },
  75. {
  76. moduleName:"资产",
  77. topModuleId:'oa',
  78. link:"/oa/erp/pur/require/RequireMng",
  79. icon: require("../../assets/image/platform/module-property.png"),
  80. isHighlight:false,
  81. moduleType : '1' // 模块类型,1-系统类模块 2-系统外模块
  82. },
  83. ]
  84. export default topModules