改进 被托管的价格的显示问题
This commit is contained in:
parent
5cd2e93329
commit
e6737d3f1b
@ -36,7 +36,11 @@
|
|||||||
<a href="{{ route('admin.users.edit', $host->user_id) }}"> {{ $host->user->name }}</a>
|
<a href="{{ route('admin.users.edit', $host->user_id) }}"> {{ $host->user->name }}</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
@if ($host->managed_price !== null)
|
||||||
|
<span class="text-danger">{{ $host->managed_price }}</span>
|
||||||
|
@else
|
||||||
{{ $host->price }} 元
|
{{ $host->price }} 元
|
||||||
|
@endif
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ $host->created_at }}
|
{{ $host->created_at }}
|
||||||
|
Loading…
Reference in New Issue
Block a user