[订单管理]充值订单

This commit is contained in:
2026-04-15 17:46:14 +08:00
parent 56df105af6
commit 6bca594769
6 changed files with 357 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
export default {
'quick Search Fields': 'Order No./User ID/Pay channel',
id: 'ID',
order_no: 'Order No.',
user_id: 'User ID',
channel_id: 'Channel ID',
amount: 'Amount',
status: 'Status',
'status 0': 'Pending',
'status 1': 'Success',
'status 2': 'Failed',
'status 3': 'Canceled',
pay_channel: 'Pay channel',
pay_time: 'Pay time',
remark: 'Remark',
create_time: 'Created',
update_time: 'Updated',
user_username: 'Username',
channel_name: 'Channel',
}