Преглед изворни кода

默认跳过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>