修改
This commit is contained in:
parent
3ce9a0b6e4
commit
1efe47d2d3
@ -381,10 +381,10 @@ export default {
|
|||||||
show: false
|
show: false
|
||||||
},
|
},
|
||||||
data: [
|
data: [
|
||||||
{ value: this.analysislist.excellentRate, name: ">31(优秀)" },
|
{ value: this.analysislist.thirtyOneScoreCount, name: ">31(优秀)" },
|
||||||
{ value: this.analysislist.qualifyRate, name: "28-31(良好)" },
|
{ value: this.analysislist.twentySevenScoreCount, name: "28-31(良好)" },
|
||||||
{ value: this.analysislist.unQualifyRate, name: "20-27(合格)" },
|
{ value: this.analysislist.twentyScoreCount, name: "20-27(合格)" },
|
||||||
{ value: this.analysislist.unQualifyRate, name: "<20(不合格)" }
|
{ value: this.analysislist.twentyCount, name: "<20(不合格)" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@ -2014,19 +2014,19 @@ export default {
|
|||||||
},
|
},
|
||||||
data: [
|
data: [
|
||||||
{
|
{
|
||||||
value: this.KindergartenPhysicalTestlist.excellentRate,
|
value: this.KindergartenPhysicalTestlist.thirtyOneScoreCount,
|
||||||
name: ">31(优秀)"
|
name: ">31(优秀)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: this.KindergartenPhysicalTestlist.qualifyRate,
|
value: this.KindergartenPhysicalTestlist.twentySevenScoreCount,
|
||||||
name: "28-31(良好)"
|
name: "28-31(良好)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: this.KindergartenPhysicalTestlist.qualifyRate,
|
value: this.KindergartenPhysicalTestlist.twentyScoreCount,
|
||||||
name: "20-27(合格)"
|
name: "20-27(合格)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: this.KindergartenPhysicalTestlist.excellentRate,
|
value: this.KindergartenPhysicalTestlist.twentyCount,
|
||||||
name: "<20(不合格)"
|
name: "<20(不合格)"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user