| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- [{
- "text": "基础资料",
- "iconCls": "x-sa sa-accountCenter",
- "items": [{
- "id": "basic-school-schoolinfo",
- "text": "学校信息",
- "view": "basic-school-schoolinfo"
- }, {
- "id": "basic-class-classinfo",
- "text": "班级组织",
- "view": "basic-class-classinfo"
- }, {
- "id": "basic-staff-stafflist",
- "text": "教职工信息",
- "view": "basic-staff-stafflist"
- }]
- }, {
- "text": "系统设置",
- "iconCls": "x-sa sa-setting",
- "items": [{
- "id": "role-access",
- "text": "角色授权",
- "view": "role-access"
- }, {
- "id": "device-param",
- "text": "设备参数",
- "view": "device-param"
- }, {
- "id": "operation-log",
- "text": "操作日志",
- "view": "operation-log"
- }]
- }, {
- "text": "家校互动",
- "iconCls": "x-sa sa-setting",
- "items": [{
- "id": "notice",
- "text": "学校通知",
- "view": "notice"
- }, {
- "id": "homework",
- "text": "作业发布",
- "view": "homework"
- }, {
- "id": "timetable",
- "text": "课程表",
- "view": "timetable"
- }, {
- "id": "grade",
- "text": "成绩发布",
- "view": "grade"
- }, {
- "id": "mailbox",
- "text": "校长信箱",
- "view": "mailbox"
- }, {
- "id": "crossing-record",
- "text": "出入校记录",
- "view": "crossing-record"
- }]
- }]
|