瀏覽代碼

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: {