Explorar o código

ai分析按钮,录取则隐藏

shilipojs %!s(int64=2) %!d(string=hai) anos
pai
achega
d6ddc926ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: {