فهرست منبع

ai报名分析修复

shilipojs 2 سال پیش
والد
کامیت
344b705811
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/views/elective/select/components/elective-ai-report-dialog.vue

+ 2 - 2
src/views/elective/select/components/elective-ai-report-dialog.vue

@@ -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: '', // 录不上,可以报推荐
       }
     },