优化数据归属问题

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': '不修改请留空',
'Save changes': '保存修改',
'Operation log': '操作日志',
admin_wallet: '管理员钱包',
withdraw: '提现',
wallet_balance: '可用余额',
wallet_frozen_balance: '冻结余额',
wallet_total_income: '累计入账',
wallet_total_withdraw: '累计提现',
wallet_records: '钱包流水',
wallet_records_type: '类型',
wallet_records_direction: '方向',
wallet_direction_in: '入账',
wallet_direction_out: '出账',
wallet_records_amount: '金额',
wallet_records_balance_after: '变动后余额',
wallet_records_remark: '备注',
wallet_records_time: '时间',
withdraw_apply_title: '管理员提现申请',
withdraw_coin: '提现金额',
withdraw_coin_placeholder: '请输入 withdraw_coin两位小数',
receive_type: '收款方式',
receive_type_placeholder: '请选择 receive_type',
receive_account: '收款账户',
receive_account_placeholder: '请输入 receive_account',
idempotency_key: '幂等键',
idempotency_key_placeholder: '请输入 idempotency_key可留空自动生成',
remark: '备注',
submit_apply: '提交申请',
}