改进 被托管的价格的显示问题

This commit is contained in:
LAE Slave Node 2022-11-22 08:37:09 +08:00
parent 5cd2e93329
commit e6737d3f1b

View File

@ -35,8 +35,12 @@
<td>
<a href="{{ route('admin.users.edit', $host->user_id) }}"> {{ $host->user->name }}</a>
</td>
<td>
{{ $host->price }}
<td>
@if ($host->managed_price !== null)
<span class="text-danger">{{ $host->managed_price }}</span>
@else
{{ $host->price }}
@endif
</td>
<td>
{{ $host->created_at }}