zhangjie 3 years ago
parent
commit
769119b6d9
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/modules/exam/components/ApplyContent.vue

+ 3 - 2
src/modules/exam/components/ApplyContent.vue

@@ -116,10 +116,11 @@
             :min="1"
             :max="maxFetchCount"
             :step="1"
-            step-strictly
             :controls="false"
-            :disabled="!IS_APPLY || exposedMode"
+            step-strictly
+            disabled
           ></el-input-number>
+          <!-- :disabled="!IS_APPLY || exposedMode" -->
         </el-form-item>
       </el-form>