From 95b29297681c57699d83ac0616114933386cef89 Mon Sep 17 00:00:00 2001 From: freedakgmail Date: Tue, 18 Aug 2026 07:27:47 +0800 Subject: [PATCH] =?UTF-8?q?ui:=20=E5=85=AC=E7=A7=AF=E9=87=91=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E7=89=88=E6=9C=AC=E6=98=BE=E7=A4=BA=E5=9F=BA=E6=95=B0?= =?UTF-8?q?=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/SocialInsurance.tsx b/frontend/src/pages/SocialInsurance.tsx index c3e3eae..76c90ef 100644 --- a/frontend/src/pages/SocialInsurance.tsx +++ b/frontend/src/pages/SocialInsurance.tsx @@ -450,7 +450,7 @@ export default function SocialInsurance() { )} - {cfg &&
配置版本:{cfg.effectiveFrom} | 企业 {cfg.housingOrg}% / 个人 {cfg.housingEmp}%
} + {cfg &&
配置版本:{cfg.effectiveFrom} | 基数范围 ¥{fmt(cfg.baseMin)}~¥{fmt(cfg.baseMax)} | 企业 {cfg.housingOrg}% / 个人 {cfg.housingEmp}%
} ) }