소스 검색

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