navi.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. [
  2. {
  3. "title": "我的考勤月报",
  4. "id": "10",
  5. "action" : "openPersonIndex"
  6. },
  7. {
  8. "title": "我的考勤统计",
  9. "id": "11",
  10. "action" : "openPersonDetail"
  11. },
  12. {
  13. "title": "我的申诉申请",
  14. "id": "12",
  15. "action" : "openMyAppealDeal"
  16. },
  17. {
  18. "title": "员工考勤申诉审批",
  19. "id": "13",
  20. "action" : "openAppealDeal"
  21. },
  22. {
  23. "access" :"admin_dept",
  24. "type" :"sep"
  25. },
  26. {
  27. "access" :"admin_dept",
  28. "title": "部门考勤月报",
  29. "id": "15",
  30. "action" : "openDepartmentIndex"
  31. },
  32. {
  33. "access" :"admin_dept",
  34. "title": "个人考勤统计",
  35. "id": "16",
  36. "action" : "openPeopleDetail"
  37. },
  38. {
  39. "access" :"admin_dept",
  40. "title": "部门考勤统计",
  41. "id": "17",
  42. "action" : "openDepartmentDetail"
  43. },
  44. {
  45. "access" :"admin",
  46. "title": "公司考勤统计",
  47. "id": "18",
  48. "action" : "openCompanyDetail"
  49. },
  50. {
  51. "access" :"admin",
  52. "type" :"sep"
  53. },
  54. {
  55. "access" :"admin",
  56. "title": "维护",
  57. "id": "20",
  58. "sub": [
  59. {
  60. "access" :"admin",
  61. "title": "员工休假记录",
  62. "id": "20.1",
  63. "action" : "openSelfHoliday"
  64. },
  65. {
  66. "access" :"admin",
  67. "title": "数据导入",
  68. "id": "20.3",
  69. "action" : "openImporting"
  70. },
  71. {
  72. "access" :"admin",
  73. "title": "导入错误信息",
  74. "id": "20.4",
  75. "action" : "openImportedInvalidInfor"
  76. },
  77. {
  78. "access" :"admin",
  79. "title": "非正常出勤数据导出",
  80. "id": "20.42",
  81. "action" : "openAbnormalExport"
  82. },
  83. {
  84. "id" : "20.5",
  85. "access" : "admin",
  86. "title" : "权限设置",
  87. "action" : "openPermissionSetting"
  88. },
  89. {
  90. "id" : "20.10",
  91. "access" : "admin",
  92. "title" : "排班设置",
  93. "action" : "openScheduleSetting"
  94. },
  95. {
  96. "id" : "20.15",
  97. "access" : "admin",
  98. "title" : "法定假期",
  99. "action" : "openHolidaySetting"
  100. },
  101. {
  102. "id" : "20.20",
  103. "access" : "admin",
  104. "title" : "统计周期设置",
  105. "action" : "openStaticsCycleExplorer"
  106. },
  107. {
  108. "id" : "20.30",
  109. "access" : "admin",
  110. "title" : "考勤人员配置",
  111. "action" : "openPersonSetting"
  112. },
  113. {
  114. "id" : "20.35",
  115. "access" : "admin",
  116. "title" : "工作场所设置",
  117. "action" : "openAddressSetting"
  118. },
  119. {
  120. "id" : "20.25",
  121. "access" : "admin",
  122. "target" : "_blank",
  123. "title" : "申诉设置",
  124. "action" : "openAppSetting"
  125. }
  126. ]
  127. }
  128. ]