修复 多余的显示
This commit is contained in:
parent
edfc85de4e
commit
b48598b67f
@ -17,9 +17,6 @@
|
|||||||
|
|
||||||
<p>邮箱: {{ $user->email }}</p>
|
<p>邮箱: {{ $user->email }}</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{{-- hosts --}}
|
{{-- hosts --}}
|
||||||
<h3>主机列表</h3>
|
<h3>主机列表</h3>
|
||||||
<table class="table table-hover">
|
<table class="table table-hover">
|
||||||
@ -43,9 +40,6 @@
|
|||||||
<td>{{ $host->name }}</td>
|
<td>{{ $host->name }}</td>
|
||||||
<td>
|
<td>
|
||||||
<span>{{ $host->managed_price ?? $host->price }} 元</span>
|
<span>{{ $host->managed_price ?? $host->price }} 元</span>
|
||||||
≈
|
|
||||||
{{-- <span>{{ round($host->managed_price ?? $host->price / $drops_rage * (30 * 24 * 60 / 5), 2) }} 元 / 月</span>--}}
|
|
||||||
|
|
||||||
</td>
|
</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>
|
||||||
|
Loading…
Reference in New Issue
Block a user