自动保存最新时间

This commit is contained in:
2022-07-31 12:33:14 +08:00
parent 16fba66527
commit 6471d7bd47
3 changed files with 6 additions and 5 deletions

View File

@ -21,10 +21,6 @@
节目要求
<input class="form-input border-0 border-b-2 w-full" type="text" name="desc" value="{{$program->desc}}">
</label>
<label class="block my-2">
节目开打时间
<input class="form-input border-0 border-b-2 w-full" type="datetime-local" step="1" name="created_at" value="{{$program->created_at}}">
</label>
<label class="block my-2">
是否结束维护
<input class="form-checkbox" type="checkbox" name="status" value="1" @if($program->status == 1) checked @endif>