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}分钟` : '-'} - - - - + {/* - + - */} ))}