Update edit.blade.php
This commit is contained in:
parent
2a298a1cdc
commit
d2ca58398f
@ -25,6 +25,7 @@
|
|||||||
<th>模块</th>
|
<th>模块</th>
|
||||||
<th>名称</th>
|
<th>名称</th>
|
||||||
<th>价格 / 月</th>
|
<th>价格 / 月</th>
|
||||||
|
<th>状态</th>
|
||||||
<th>操作</th>
|
<th>操作</th>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@ -41,6 +42,9 @@
|
|||||||
<td>
|
<td>
|
||||||
<span>{{ $host->getPrice() }} 元</span>
|
<span>{{ $host->getPrice() }} 元</span>
|
||||||
</td>
|
</td>
|
||||||
|
<td>
|
||||||
|
<x-host-status :status="$host->status" />
|
||||||
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="{{ route('admin.hosts.edit', $host) }}" class="btn btn-primary btn-sm">查看</a>
|
<a href="{{ route('admin.hosts.edit', $host) }}" class="btn btn-primary btn-sm">查看</a>
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user