Explorar el Código

屏蔽任务可累加配置,默认是

zhangjie hace 2 años
padre
commit
211ab0a22d
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      src/modules/grading-set/GradingRuleSet.vue

+ 3 - 3
src/modules/grading-set/GradingRuleSet.vue

@@ -147,7 +147,7 @@
                 ></Option>
               </Select>
             </FormItem>
-            <FormItem label="是否允许任务数累加:">
+            <!-- <FormItem label="是否允许任务数累加:">
               <Select
                 v-model="modalForm.allowTaskOverlay"
                 :disabled="!modalFormCanEdit"
@@ -160,7 +160,7 @@
                   :label="val"
                 ></Option>
               </Select>
-            </FormItem>
+            </FormItem> -->
             <FormItem>
               <Button
                 shape="circle"
@@ -237,7 +237,7 @@ export default {
         showPaperCount: 1,
         propDenominator: 1,
         showSample: 1,
-        allowTaskOverlay: 0
+        allowTaskOverlay: 1
       },
       modalFormCanEdit: false,
       modalForm: {},