From 33c6efe1e8642c36e84b7d1039eb228a5afb8410 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Mon, 21 Nov 2022 11:57:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E7=95=99=202=20=E4=BD=8D=E5=B0=8F?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/components/module-earning.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/components/module-earning.blade.php b/resources/views/components/module-earning.blade.php index 27f7e78..9fe671a 100644 --- a/resources/views/components/module-earning.blade.php +++ b/resources/views/components/module-earning.blade.php @@ -13,7 +13,7 @@ {{ $year }} @for ($i = 1; $i < 13; $i++) - 0) class="text-danger" @endif>{{ $months[$i]['should_balance'] ?? 0 }} + 0) class="text-danger" @endif>{{ round(($months[$i]['should_balance'] ?? 0), 2) ?? 0 }} 元