修复 多余的显示

This commit is contained in:
iVampireSP.com 2022-11-23 20:31:09 +08:00
parent edfc85de4e
commit b48598b67f
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -17,9 +17,6 @@
<p>邮箱: {{ $user->email }}</p>
{{-- hosts --}}
<h3>主机列表</h3>
<table class="table table-hover">
@ -43,9 +40,6 @@
<td>{{ $host->name }}</td>
<td>
<span>{{ $host->managed_price ?? $host->price }} </span>
{{-- <span>{{ round($host->managed_price ?? $host->price / $drops_rage * (30 * 24 * 60 / 5), 2) }} / </span>--}}
</td>
<td>
<a href="{{ route('admin.hosts.edit', $host) }}" class="btn btn-primary btn-sm">查看</a>