From cfb7c0e4927323b2bfd97c4fa6d1f73fad166303 Mon Sep 17 00:00:00 2001 From: xianyi Date: Fri, 26 Dec 2025 16:17:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8C=973=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E7=9C=8B=E6=9D=BF=E9=9D=A2=E8=AF=8A=E7=8E=87=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/home/HomeSection.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/components/home/HomeSection.tsx b/src/components/home/HomeSection.tsx index 85445db..25426f9 100644 --- a/src/components/home/HomeSection.tsx +++ b/src/components/home/HomeSection.tsx @@ -254,12 +254,7 @@ export const HomeSection = () => { {item.assigned_customer_count ?? '-'} {item.face_to_face_count ?? '-'} - {item.face_to_face_rate !== undefined - ? `${(item.face_to_face_rate * 100).toFixed(2)}%` - : item.assigned_customer_count && item.assigned_customer_count > 0 - ? `${((item.face_to_face_count ?? 0) / item.assigned_customer_count * 100).toFixed(2)}%` - : '-' - } + {item.face_to_face_rate}% ))}