You've already forked lubo_comment_query
自动保存最新时间
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user