From e6737d3f1be579e2396cf5b365f1f817b5e5dc89 Mon Sep 17 00:00:00 2001 From: LAE Slave Node Date: Tue, 22 Nov 2022 08:37:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=20=E8=A2=AB=E6=89=98?= =?UTF-8?q?=E7=AE=A1=E7=9A=84=E4=BB=B7=E6=A0=BC=E7=9A=84=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/admin/hosts/index.blade.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/resources/views/admin/hosts/index.blade.php b/resources/views/admin/hosts/index.blade.php index b1a16f0..e07eb17 100644 --- a/resources/views/admin/hosts/index.blade.php +++ b/resources/views/admin/hosts/index.blade.php @@ -35,8 +35,12 @@ {{ $host->user->name }} - - {{ $host->price }} 元 + + @if ($host->managed_price !== null) + {{ $host->managed_price }} + @else + {{ $host->price }} 元 + @endif {{ $host->created_at }}