ui: 公积金配置版本显示基数范围

This commit is contained in:
freedakgmail
2026-08-18 07:27:47 +08:00
parent b8e2ebe5ee
commit 95b2929768
+1 -1
View File
@@ -450,7 +450,7 @@ export default function SocialInsurance() {
</tfoot>
)}
</table>
{cfg && <div className="text-xs text-gray-400 mt-1">{cfg.effectiveFrom} | {cfg.housingOrg}% / {cfg.housingEmp}%</div>}
{cfg && <div className="text-xs text-gray-400 mt-1">{cfg.effectiveFrom} | ¥{fmt(cfg.baseMin)}~¥{fmt(cfg.baseMax)} | {cfg.housingOrg}% / {cfg.housingEmp}%</div>}
</div>
)
}