Commit 59a9b94f authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix: 修改e账户管理当前账户名称显示

parent 1f667d93
......@@ -399,7 +399,7 @@ const EAccountDetail: React.FC<{}> = () => {
</div>
<div className={styles['repayment-end']}>
<span className={styles['repayment-time']}>
{details?.memberName}
{details?.name}
</span>
</div>
</div>
......@@ -479,9 +479,12 @@ const EAccountDetail: React.FC<{}> = () => {
lg={14}
>
<p className={styles.rightInfo}>
{
{/* {
details?.accountStatus &&
<StatusTag title={memberStatusMap[details.accountStatus]['title']} type={memberStatusMap[details.accountStatus]['type']} />
} */}
{
details?.accountStatusName
}
</p>
</Col>
......
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