ui: 公积金配置版本显示基数范围
This commit is contained in:
@@ -450,7 +450,7 @@ export default function SocialInsurance() {
|
|||||||
</tfoot>
|
</tfoot>
|
||||||
)}
|
)}
|
||||||
</table>
|
</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>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user