Procházet zdrojové kódy

校长--选科分班按钮控制

shilipojs před 2 roky
rodič
revize
9bed334757

+ 2 - 1
src/views/elective/generation/components/elective-generation-commands.vue

@@ -82,7 +82,8 @@ export default {
     },
     showClassDispatch() {
       const options = this.generation.options
-      return this.status.allEnrolled && this.generation.current <= options.rankBalance.value
+      // return this.status.allEnrolled && this.generation.current <= options.rankBalance.value
+      return this.status.allEnrolled && this.generation.current >= options.forceAdjust.value
     }
   },
   data() {