优化数据归属问题

This commit is contained in:
2026-04-23 15:08:37 +08:00
parent 378be9909d
commit 0373234750
29 changed files with 1993 additions and 75 deletions

View File

@@ -11,4 +11,30 @@ export default {
'Please leave blank if not modified': 'Please leave blank if you do not modify',
'Save changes': 'Save changes',
'Operation log': 'Operation log',
admin_wallet: 'Admin wallet',
withdraw: 'Withdraw',
wallet_balance: 'Available balance',
wallet_frozen_balance: 'Frozen balance',
wallet_total_income: 'Total income',
wallet_total_withdraw: 'Total withdraw',
wallet_records: 'Wallet records',
wallet_records_type: 'Type',
wallet_records_direction: 'Direction',
wallet_direction_in: 'In',
wallet_direction_out: 'Out',
wallet_records_amount: 'Amount',
wallet_records_balance_after: 'Balance after',
wallet_records_remark: 'Remark',
wallet_records_time: 'Time',
withdraw_apply_title: 'Admin withdraw apply',
withdraw_coin: 'Withdraw amount',
withdraw_coin_placeholder: 'Please input withdraw_coin (2 decimals)',
receive_type: 'Receive type',
receive_type_placeholder: 'Please select receive_type',
receive_account: 'Receive account',
receive_account_placeholder: 'Please input receive_account',
idempotency_key: 'Idempotency key',
idempotency_key_placeholder: 'Please input idempotency_key (optional, auto-generated if empty)',
remark: 'Remark',
submit_apply: 'Submit apply',
}