소스 검색

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