完善接口和后台页面

This commit is contained in:
2026-04-18 15:19:36 +08:00
parent a4878a9bbd
commit e3f26ba1f7
45 changed files with 3071 additions and 232 deletions

View File

@@ -17,7 +17,20 @@ export default {
remark: 'Remark',
create_time: 'Created',
update_time: 'Updated',
user_username: 'Username',
user_username: 'User',
channel_name: 'Channel',
review_admin_username: 'Reviewer',
review_title: 'Withdraw review',
review_reject_title: 'Reject withdraw',
review_btn_approve: 'Approve',
review_btn_reject: 'Reject',
review_btn_back: 'Back',
review_btn_confirm_reject: 'Confirm reject',
review_reject_tip: 'Rejected withdrawals will refund the frozen amount back to the user wallet.',
review_reject_placeholder: 'Enter reject reason (visible to the user on mobile history)',
reject_reason_required: 'Please enter reject reason',
already_reviewed: 'This order has already been reviewed',
amount_invalid: 'Apply amount must be greater than 0',
fee_invalid: 'Fee cannot be negative',
fee_exceed_amount: 'Fee cannot exceed apply amount',
}