[订单管理]充值订单

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',
}

View File

@@ -0,0 +1,20 @@
export default {
'quick Search Fields': '订单号/用户ID/支付通道',
id: 'ID',
order_no: '订单号',
user_id: '用户ID',
user_username: '用户名',
channel_id: '渠道ID',
channel_name: '渠道',
amount: '金额',
status: '状态',
'status 0': '待处理',
'status 1': '成功',
'status 2': '失败',
'status 3': '已取消',
pay_channel: '支付通道',
pay_time: '支付时间',
remark: '备注',
create_time: '创建时间',
update_time: '更新时间',
}