瀏覽代碼

elective student - primary select info display

hare8999@163.com 2 年之前
父節點
當前提交
8c24bcf392
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/elective/select/components/elective-preference-info.vue

+ 2 - 1
src/views/elective/select/components/elective-preference-info.vue

@@ -23,7 +23,8 @@ export default {
   props: ['generation'],
   computed: {
     visible() {
-      return this.generation.active > config.electiveGenerationOptions.primary.value
+      return this.generation.active > config.electiveGenerationOptions.primary.value ||
+        this.generation.activeModel.preferenceCount == 1
     },
     isDM() {
       return this.generation.activeOpt.decisionMaking