修复 无法选择的问题

This commit is contained in:
iVampireSP.com 2023-01-02 20:27:13 +08:00
parent f6351b8802
commit ccf70a6b15
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -38,7 +38,7 @@
<label for="notify" class="col-sm-2 col-form-label">通知</label>
<select class="form-control" id="notify" name="notify">
<option value="1"></option>
<option value="0" @if($workOrder->notify === 0) selected @endif></option>
<option value="0" @if(!$workOrder->notify) selected @endif></option>
</select>
</div>