|
@@ -119,8 +119,8 @@ export default {
|
|
|
},
|
|
|
section() {
|
|
|
return {
|
|
|
- must: this.bestAchieve.rankInDisenroll <= this.bestAchieve.rankInIndicator, // 可以录
|
|
|
- maybe: this.bestAchieve.rankInBest <= this.bestAchieve.groupIndicator && this.bestAchieve.rankInDisenroll > this.bestAchieve.rankInIndicator, // 可能录上
|
|
|
+ must: this.bestAchieve.rankInDisenroll <= this.bestAchieve.groupIndicator, // 可以录
|
|
|
+ maybe: this.bestAchieve.rankInBest <= this.bestAchieve.groupIndicator && this.bestAchieve.rankInDisenroll > this.bestAchieve.groupIndicator, // 可能录上
|
|
|
other: '', // 录不上,可以报推荐
|
|
|
}
|
|
|
},
|