navigation.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. [{
  2. "text": "基础资料",
  3. "iconCls": "x-sa sa-accountCenter",
  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": "student-info",
  18. "text": "学生信息",
  19. "view": "student-info"
  20. }]
  21. }, {
  22. "text": "系统设置",
  23. "iconCls": "x-sa sa-setting",
  24. "items": [{
  25. "id": "role-access",
  26. "text": "角色授权",
  27. "view": "role-access"
  28. }, {
  29. "id": "device-param",
  30. "text": "设备参数",
  31. "view": "device-param"
  32. }, {
  33. "id": "operation-log",
  34. "text": "操作日志",
  35. "view": "operation-log"
  36. }]
  37. }, {
  38. "text": "家校互动",
  39. "iconCls": "x-sa sa-setting",
  40. "items": [{
  41. "id": "notice",
  42. "text": "学校通知",
  43. "view": "notice"
  44. }, {
  45. "id": "homework",
  46. "text": "作业发布",
  47. "view": "homework"
  48. }, {
  49. "id": "timetable",
  50. "text": "课程表",
  51. "view": "timetable"
  52. }, {
  53. "id": "grade",
  54. "text": "成绩发布",
  55. "view": "grade"
  56. }, {
  57. "id": "mailbox",
  58. "text": "校长信箱",
  59. "view": "mailbox"
  60. }, {
  61. "id": "crossing-record",
  62. "text": "出入校记录",
  63. "view": "crossing-record"
  64. }]
  65. }]