Преглед на файлове

ai分析按钮,录取则隐藏

shilipojs преди 2 години
родител
ревизия
d6ddc926ea
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/elective/select/components/elective-table.vue

+ 1 - 1
src/views/elective/select/components/elective-table.vue

@@ -116,7 +116,7 @@ export default {
     enableAIFeature() {
       return !this.generation.activeOpt.decisionMaking
         && this.generation.activeOpt != this.generation.options.primary
-        && !this.readonly
+        && !this.readonly && !this.enrollStatus.enrolledGroup
     }
   },
   methods: {