From 35172e4a4cd4bb589b23399a0c7d11c72a00ce72 Mon Sep 17 00:00:00 2001 From: xianyi Date: Fri, 26 Dec 2025 16:22:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=98=BE=E7=A4=BA=E5=9C=A8?= =?UTF-8?q?=E6=A3=80=EF=BC=8C=E5=BE=85=E6=A3=80=E4=BA=BA=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/home/HomeSection.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/home/HomeSection.tsx b/src/components/home/HomeSection.tsx index 25426f9..d1458c0 100644 --- a/src/components/home/HomeSection.tsx +++ b/src/components/home/HomeSection.tsx @@ -202,8 +202,8 @@ export const HomeSection = () => { 已检部位数 总时长 平均时长 - 在检 - 待检 + {/* 在检 + 待检 */} @@ -215,8 +215,8 @@ export const HomeSection = () => { {item.exam_part_count ?? '-'} {item.total_duration_minutes !== null && item.total_duration_minutes !== undefined ? `${item.total_duration_minutes}分钟` : '-'} {item.average_duration_minutes !== null && item.average_duration_minutes !== undefined ? `${item.average_duration_minutes}分钟` : '-'} - - - - + {/* - + - */} ))}