更改幼儿园avgItemFraction
This commit is contained in:
parent
4b0cdc23ec
commit
3ce9a0b6e4
@ -1041,7 +1041,7 @@ export default {
|
||||
let seriesData = [];
|
||||
let yindicator = [];
|
||||
this.categoryScoreListFEMALE.forEach(el => {
|
||||
seriesData.push(el.itemFraction);
|
||||
seriesData.push(el.avgItemFraction);
|
||||
if (el.avgCategoryName == null) {
|
||||
el.avgCategoryName = "暂无";
|
||||
}
|
||||
@ -1164,7 +1164,7 @@ export default {
|
||||
let seriesData = [];
|
||||
let yindicator = [];
|
||||
this.categoryScoreListMALE.forEach(el => {
|
||||
seriesData.push(el.itemFraction);
|
||||
seriesData.push(el.avgItemFraction);
|
||||
if (el.avgCategoryName == null) {
|
||||
el.avgCategoryName = "暂无";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user