Преглед на файлове

默认跳过FLUX接口快速入库

LD преди 5 години
родител
ревизия
98b975b65f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      resources/views/store/fast/create.blade.php

+ 1 - 1
resources/views/store/fast/create.blade.php

@@ -21,7 +21,7 @@
 
                         <div class="form-group row">
                             <div class="custom-control custom-checkbox offset-4">
-                                <input type="checkbox" class="custom-control-input" id="test" name="test">
+                                <input type="checkbox" class="custom-control-input" id="test" name="test" checked>
                                 <label class="custom-control-label text-primary" for="test">跳过FLUX接口快速入库</label>
                             </div>
                         </div>