改进
This commit is contained in:
parent
5ce0b3ebd1
commit
5d520135d6
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
<h3>维护计划</h3>
|
<h3>维护计划</h3>
|
||||||
|
@if (count($maintenances) > 0)
|
||||||
<div class="overflow-auto">
|
<div class="overflow-auto">
|
||||||
<table class="table table-hover">
|
<table class="table table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
@ -23,7 +23,8 @@
|
|||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
<textarea class="form-control border-0" cols="3" readonly aria-label="维护内容">{{ $m->content }}</textarea>
|
<textarea class="form-control border-0" cols="3" readonly
|
||||||
|
aria-label="维护内容">{{ $m->content }}</textarea>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
@ -42,4 +43,9 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
@else
|
||||||
|
<p>
|
||||||
|
暂无维护计划。
|
||||||
|
</p>
|
||||||
|
@endif
|
||||||
@endsection
|
@endsection
|
||||||
|
Loading…
Reference in New Issue
Block a user