|
@@ -82,6 +82,7 @@
|
|
|
'scan-join_groupList': vm.$t('notice.type7'), // 普通阅卷任务分配通知
|
|
|
'scan-join_school': vm.$t('notice.type7'), // 普通阅卷任务分配通知
|
|
|
'submitanswer_homework': vm.$t('notice.type8'), // 作业提交通知
|
|
|
+ 'expire_lessonRecord': vm.$t('notice.type9'), // 课例过期通知
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -163,6 +164,9 @@
|
|
|
break;
|
|
|
case 'submitanswer_homework':
|
|
|
return `${body.tmdname} ${this.$t('notice.tip15')} 【${body.sname}】${this.$t('notice.tip16')}`
|
|
|
+ break;
|
|
|
+ case 'expire_lessonRecord':
|
|
|
+ return `${this.$t('notice.tip17')}【${this.$tools.formatTime(body.stime)}】${this.$t('notice.tip18')}【${body.sname}】${this.$t('notice.tip19')} 【${this.$tools.formatTime(body.expire)}】${this.$t('notice.tip20')}`
|
|
|
break;
|
|
|
default:
|
|
|
break;
|
|
@@ -241,7 +245,12 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- break;
|
|
|
+ break;
|
|
|
+ case 'expire_lessonRecord':
|
|
|
+ routerInfo = {
|
|
|
+ name: "myCourse",
|
|
|
+ }
|
|
|
+ break;
|
|
|
default:
|
|
|
break;
|
|
|
}
|