Skip to content

Commit

Permalink
修复 维护名称显示 问题
Browse files Browse the repository at this point in the history
  • Loading branch information
iVampireSP committed Mar 17, 2023
1 parent 6cdcf0e commit f046f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/admin/maintenances/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<div class="form-group mt-1">
<label for="name">维护名称</label>
<input type="text" class="form-control" id="name" name="name" placeholder="维护名称" value={{ $maintenance->name }} required>
<input type="text" class="form-control" id="name" name="name" placeholder="维护名称" value="{{ $maintenance->name }}" required>
</div>

<div class="form-group mt-1">
Expand Down

0 comments on commit f046f3f

Please sign in to comment.