|
@@ -68,7 +68,7 @@ export default {
|
|
|
textStyle: {
|
|
|
color: '#fff',
|
|
|
},
|
|
|
- data: [_this.$t('talMgmt.text50'), _this.$t('talMgmt.text51'), _this.$t('talMgmt.text52'), _this.$t('talMgmt.text53'), _this.$t('talMgmt.text54'), _this.$t('talMgmt.text55'), _this.$t('talMgmt.text56'), ]
|
|
|
+ data: [_this.$t('talMgmt.text50'), _this.$t('talMgmt.text52'), _this.$t('talMgmt.text53'), _this.$t('talMgmt.text54'), _this.$t('talMgmt.text55'), _this.$t('talMgmt.text56')]
|
|
|
},
|
|
|
backgroundColor: '#343a4073',
|
|
|
tooltip: {
|
|
@@ -136,7 +136,7 @@ export default {
|
|
|
},
|
|
|
series: [
|
|
|
{
|
|
|
- name:'总量',
|
|
|
+ name: _this.$t('talMgmt.text50'),
|
|
|
type: 'bar',
|
|
|
data: courseDataArray,
|
|
|
barWidth: 10, //柱子宽度
|
|
@@ -151,7 +151,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- name:'语文',
|
|
|
+ name: _this.$t('talMgmt.text52'),
|
|
|
type:'bar',
|
|
|
barWidth: 10, //柱子宽度
|
|
|
data:[30, 15, 14, 13, 12, 11, 10, 9, 3, 2, 2],
|
|
@@ -165,7 +165,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- name:'英语',
|
|
|
+ name: _this.$t('talMgmt.text53'),
|
|
|
type:'bar',
|
|
|
barWidth: 10, //柱子宽度
|
|
|
data:[30, 7, 14, 7, 6, 11, 10, 9, 3, 2, 2],
|
|
@@ -179,7 +179,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- name:'数学',
|
|
|
+ name: _this.$t('talMgmt.text54'),
|
|
|
type:'bar',
|
|
|
barWidth: 10, //柱子宽度
|
|
|
data:[30, 7, 0, 5, 4, 2, 6, 5, 3, 2, 2],
|
|
@@ -193,7 +193,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- name:'科学',
|
|
|
+ name: _this.$t('talMgmt.text55'),
|
|
|
type:'bar',
|
|
|
barWidth: 10, //柱子宽度
|
|
|
data:[10, 1, 0, 0, 2, 3, 5, 5, 3, 2, 2],
|
|
@@ -207,7 +207,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- name:'综合',
|
|
|
+ name: _this.$t('talMgmt.text56'),
|
|
|
type:'bar',
|
|
|
barWidth: 10, //柱子宽度
|
|
|
data:[0, 0, 0, 0, 1, 0, 3, 1, 3, 2, 2],
|