优化 方法调用

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

View File

@ -39,7 +39,7 @@
</td>
<td>{{ $host->name }}</td>
<td>
<span>{{ $host->managed_price ?? $host->price }} </span>
<span>{{ $host->getPrice() }} </span>
</td>
<td>
<a href="{{ route('admin.hosts.edit', $host) }}" class="btn btn-primary btn-sm">查看</a>