Commit 7321e939 authored by XieZhiXiong's avatar XieZhiXiong

fix: 修复还款状态文字展示错误的问题

parent 8aa0090a
...@@ -167,7 +167,7 @@ const QuotaMenage: React.FC = () => { ...@@ -167,7 +167,7 @@ const QuotaMenage: React.FC = () => {
{text ? ( {text ? (
<StatusTag <StatusTag
type={CREDIT_REPAYMENT_STATUS_TAG_MAP[record.repayStatus]} type={CREDIT_REPAYMENT_STATUS_TAG_MAP[record.repayStatus]}
title={record.repayStatus !== CREDIT_REPAYMENT_STATUS_OVERDUE ? text : record.overdueDay} title={text}
/> />
) : null} ) : null}
</> </>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment