navigation.json 1.5 KB

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