| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- [{
- "text": "基础资料",
- "iconCls": "x-ss ss-nav-info",
- "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"
- }, {
- "id": "basic-student-studentlist",
- "text": "学生信息",
- "view": "basic-student-studentlist"
- }, {
- "id": "basic-subject-list",
- "text": "学科信息",
- "view": "basic-subject-list"
- }]
- }, {
- "text": "家校互动",
- "iconCls": "x-ss ss-nav-interaction",
- "items": [{
- "id": "interaction-notice-list",
- "text": "学校通知",
- "view": "interaction-notice-list"
- }, {
- "id": "interaction-homework-list",
- "text": "作业发布",
- "view": "interaction-homework-list"
- }, {
- "id": "interaction-timetable-list",
- "text": "课程表",
- "view": "interaction-timetable-list"
- }, {
- "id": "interaction-score-list",
- "text": "成绩发布",
- "view": "interaction-score-list"
- }, {
- "id": "interaction-mailbox-list",
- "text": "校长信箱",
- "view": "interaction-mailbox-list"
- }, {
- "id": "interaction-access-list",
- "text": "出入校记录",
- "view": "interaction-access-list"
- }]
- }, {
- "text": "数据分析",
- "iconCls": "x-ss ss-nav-analysis",
- "items": [{
- "id": "analysis-score",
- "text": "成绩分析",
- "view": "analysis-score"
- }, {
- "id": "analysis-attence",
- "text": "考勤分析",
- "view": "analysis-attence"
- }, {
- "id": "analysis-consumption",
- "text": "消费分析",
- "view": "analysis-consumption"
- }]
- }, {
- "text": "系统设置",
- "iconCls": "x-ss ss-nav-setting",
- "items": [{
- "id": "setting-msgtemplate-panel",
- "text": "消息模板设置",
- "view": "setting-msgtemplate-panel"
- }, {
- "id": "setting-device-list",
- "text": "平台设备管理",
- "view": "setting-device-list",
- "op": "blank"
- }, {
- "id": "setting-operatelog-operatelog",
- "text": "操作日志",
- "view": "setting-operatelog-operatelog"
- }]
- }]
|