navigation.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. [{
  2. "text": "基础资料",
  3. "iconCls": "x-ss ss-nav-info",
  4. "items": [{
  5. "id": "basic-school-schoolinfo",
  6. "text": "学校信息",
  7. "view": "basic-school-schoolinfo"
  8. }, {
  9. "id": "basic-class-classinfo",
  10. "text": "班级组织",
  11. "view": "basic-class-classinfo"
  12. }, {
  13. "id": "basic-staff-stafflist",
  14. "text": "教职工信息",
  15. "view": "basic-staff-stafflist"
  16. }, {
  17. "id": "basic-student-studentlist",
  18. "text": "学生信息",
  19. "view": "basic-student-studentlist"
  20. }, {
  21. "id": "basic-subject-list",
  22. "text": "学科信息",
  23. "view": "basic-subject-list"
  24. }]
  25. }, {
  26. "text": "家校互动",
  27. "iconCls": "x-ss ss-nav-interaction",
  28. "items": [{
  29. "id": "interaction-notice-list",
  30. "text": "学校通知",
  31. "view": "interaction-notice-list"
  32. }, {
  33. "id": "interaction-homework-list",
  34. "text": "作业发布",
  35. "view": "interaction-homework-list"
  36. }, {
  37. "id": "interaction-timetable-list",
  38. "text": "课程表",
  39. "view": "interaction-timetable-list"
  40. }, {
  41. "id": "interaction-score-list",
  42. "text": "成绩发布",
  43. "view": "interaction-score-list"
  44. }, {
  45. "id": "interaction-mailbox-list",
  46. "text": "校长信箱",
  47. "view": "interaction-mailbox-list"
  48. }, {
  49. "id": "interaction-access-list",
  50. "text": "出入校记录",
  51. "view": "interaction-access-list"
  52. }]
  53. }, {
  54. "text": "系统设置",
  55. "iconCls": "x-ss ss-nav-setting",
  56. "items": [{
  57. "id": "setting-access-roleaccess",
  58. "text": "角色授权",
  59. "view": "setting-access-roleaccess"
  60. }, {
  61. "id": "setting-device-list",
  62. "text": "设备参数",
  63. "view": "setting-device-list"
  64. }, {
  65. "id": "setting-operatelog-operatelog",
  66. "text": "操作日志",
  67. "view": "setting-operatelog-operatelog"
  68. }]
  69. }]