From 0dd43dfc4c0de7368df84882f078b6ae2688e4b5 Mon Sep 17 00:00:00 2001 From: LAE Slave Node Date: Thu, 17 Nov 2022 08:18:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E5=88=A4=E6=96=AD=E6=94=AF=E4=BB=98=E7=B1=BB=E5=9E=8B=E7=9A=84?= =?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/balances/transactions.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/balances/transactions.blade.php b/resources/views/balances/transactions.blade.php index d838554..74e869e 100644 --- a/resources/views/balances/transactions.blade.php +++ b/resources/views/balances/transactions.blade.php @@ -22,12 +22,12 @@ @foreach ($transactions as $t) - - @if ($t->type = 'payout') + + @if ($t->type === 'payout') 支出 - @else($t->type = 'payin') + @elseif($t->type === 'income') 收入