From 7efcca5f3d40cf3e577d6db8fe72d832e8e6bf9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Mon, 2 Feb 2026 08:54:03 +0900 Subject: [PATCH] =?UTF-8?q?fix:=EC=88=98=EB=8B=B9=20=EC=9A=A9=EC=96=B4=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=20-=20'=EC=B4=9D=20=EA=B0=80=EC=9E=85?= =?UTF-8?q?=EB=B9=84=20=EB=8C=80=EB=B9=84=20=EC=88=98=EB=8B=B9'=20?= =?UTF-8?q?=E2=86=92=20'=EC=88=98=EB=8B=B9=ED=95=A9=EA=B3=84'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.5 --- .../sales/dashboard/partials/commission-by-role.blade.php | 4 ++-- resources/views/sales/dashboard/partials/stats.blade.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/sales/dashboard/partials/commission-by-role.blade.php b/resources/views/sales/dashboard/partials/commission-by-role.blade.php index 9887529e..654efec4 100644 --- a/resources/views/sales/dashboard/partials/commission-by-role.blade.php +++ b/resources/views/sales/dashboard/partials/commission-by-role.blade.php @@ -55,12 +55,12 @@ @endforeach - +

₩{{ number_format($totalCommissionRatio) }}

-

총 가입비 대비 수당

+

수당합계

diff --git a/resources/views/sales/dashboard/partials/stats.blade.php b/resources/views/sales/dashboard/partials/stats.blade.php index 1e030c9a..36a78c60 100644 --- a/resources/views/sales/dashboard/partials/stats.blade.php +++ b/resources/views/sales/dashboard/partials/stats.blade.php @@ -164,10 +164,10 @@ class="p-2 text-gray-400 hover:text-gray-600 hover:bg-gray-100 rounded-lg transi @endforeach - +
- 총 가입비 대비 수당 + 수당합계

₩{{ number_format($totalCommissionRatio) }}