|
@@ -586,7 +586,7 @@ export default {
|
|
|
|
|
|
let arr = [
|
|
|
{
|
|
|
- title: '适用学科',
|
|
|
+ title: this.$t('teachContent.applySub'),
|
|
|
slot: 'subject',
|
|
|
width: 150,
|
|
|
filters: subFilters,
|
|
@@ -595,7 +595,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- title: '适用年级',
|
|
|
+ title: this.$t('teachContent.applyGrade'),
|
|
|
slot: 'grade',
|
|
|
width: 150,
|
|
|
filters: gradeFilters,
|
|
@@ -608,10 +608,10 @@ export default {
|
|
|
}
|
|
|
this.contentTypeList = [
|
|
|
{
|
|
|
- label: '最近',
|
|
|
+ label: this.$t('teachContent.recent'),
|
|
|
type: 'recent',
|
|
|
icon: 'md-time',
|
|
|
- tips: '临时缓存最近上传的资源,最多保存20条。退出账号或更换电脑缓存记录将会被清空。'
|
|
|
+ tips: this.$t('teachContent.recentTips')
|
|
|
},
|
|
|
{
|
|
|
label: this.$t('teachContent.filterRes'),
|