diff --git a/src/dealer/withdraw/index.tsx b/src/dealer/withdraw/index.tsx index 7ab011f..04a3cef 100644 --- a/src/dealer/withdraw/index.tsx +++ b/src/dealer/withdraw/index.tsx @@ -434,16 +434,16 @@ const DealerWithdraw: React.FC = () => { ) : withdrawRecords.length > 0 ? ( withdrawRecords.map(record => ( - + - + 提现金额:¥{record.money} 提现账户:{record.accountDisplay} - + {getStatusText(record.applyStatus)} @@ -488,7 +488,7 @@ const DealerWithdraw: React.FC = () => { {renderWithdrawForm()} - + {renderWithdrawRecords()}