fix(admin): 修复退款金额精度问题
- 显示完整余额精度,避免四舍五入导致的退款失败 - 添加"全部"按钮,一键填入完整余额 - 移除最小金额限制,支持任意正数金额
This commit is contained in:
@@ -724,6 +724,7 @@ export default {
|
||||
withdraw: 'Withdraw',
|
||||
depositAmount: 'Deposit Amount',
|
||||
withdrawAmount: 'Withdraw Amount',
|
||||
withdrawAll: 'All',
|
||||
currentBalance: 'Current Balance',
|
||||
depositNotesPlaceholder:
|
||||
'e.g., New user registration bonus, promotional credit, compensation, etc.',
|
||||
|
||||
Reference in New Issue
Block a user