瀏覽代碼

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() {
     section() {
       return {
       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: '', // 录不上,可以报推荐
         other: '', // 录不上,可以报推荐
       }
       }
     },
     },