From 2ab9e87e6f18bb1709cdd083f952c261f98ed5cf Mon Sep 17 00:00:00 2001 From: freedakgmail Date: Tue, 18 Aug 2026 07:28:38 +0800 Subject: [PATCH] =?UTF-8?q?ui:=20=E5=90=88=E8=AE=A1=E4=B8=8E=E8=B5=B7?= =?UTF-8?q?=E6=AD=A2=E5=B9=B4=E6=9C=88=E5=88=97=E5=88=86=E5=BC=80=EF=BC=8C?= =?UTF-8?q?=E5=85=AC=E7=A7=AF=E9=87=91=E9=85=8D=E7=BD=AE=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=9F=BA=E6=95=B0=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/SocialInsurance.tsx | 4 ++-- frontend/src/pages/social-insurance/MonthlyRows.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/pages/SocialInsurance.tsx b/frontend/src/pages/SocialInsurance.tsx index 76c90ef..2528129 100644 --- a/frontend/src/pages/SocialInsurance.tsx +++ b/frontend/src/pages/SocialInsurance.tsx @@ -388,7 +388,7 @@ export default function SocialInsurance() { 企业部分 个人部分 合计 - 起止年月 + 起止年月 @@ -430,7 +430,7 @@ export default function SocialInsurance() { 企业部分 个人部分 合计 - 起止年月 + 起止年月 diff --git a/frontend/src/pages/social-insurance/MonthlyRows.tsx b/frontend/src/pages/social-insurance/MonthlyRows.tsx index 815e2c5..664f00f 100644 --- a/frontend/src/pages/social-insurance/MonthlyRows.tsx +++ b/frontend/src/pages/social-insurance/MonthlyRows.tsx @@ -61,7 +61,7 @@ export function MonthlyRow({ item: i, type, onCorrected }: { item: any; type: 'a {d ? `¥${fmt(d.totalOrg)}` : '-'} {d ? `¥${fmt(d.totalEmp)}` : '-'} {d ? `¥${fmt(d.total)}` : '-'} - {type === 'add' ? `${i.startMonth} →` : type === 'sub' ? `→ ${i.endMonth}` : `${i.startMonth} ~ ${i.endMonth || '在保'}`} + {type === 'add' ? `${i.startMonth} →` : type === 'sub' ? `→ ${i.endMonth}` : `${i.startMonth} ~ ${i.endMonth || '在保'}`} {expanded && d && ( @@ -148,7 +148,7 @@ export function MonthlyHousingRow({ item: i, type, onCorrected }: { item: any; t {d ? `¥${fmt(d.orgAmount)}` : '-'} {d ? `¥${fmt(d.empAmount)}` : '-'} {d ? `¥${fmt(d.total)}` : '-'} - {type === 'add' ? `${i.startMonth} →` : type === 'sub' ? `→ ${i.endMonth}` : `${i.startMonth} ~ ${i.endMonth || '在保'}`} + {type === 'add' ? `${i.startMonth} →` : type === 'sub' ? `→ ${i.endMonth}` : `${i.startMonth} ~ ${i.endMonth || '在保'}`} ) }