[游戏管理]压注订单

This commit is contained in:
2026-04-15 13:44:55 +08:00
parent 14b9920667
commit a0bcc73503
5 changed files with 471 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
export default {
'quick Search Fields': 'ID / Period / Idempotency',
id: 'ID',
period_id: 'Period ID',
period_no: 'Period No.',
user_id: 'User ID',
channel_id: 'Channel ID',
pick_numbers: 'Picks',
unit_amount: 'Unit amount',
pick_count: 'Pick count',
total_amount: 'Total',
streak_at_bet: 'Streak at bet',
is_auto: 'Auto',
'is_auto 0': 'Manual',
'is_auto 1': 'Auto bet',
win_amount: 'Payout',
jackpot_extra_amount: 'Jackpot extra',
status: 'Status',
'status 1': 'Pending draw',
'status 2': 'Settled',
'status 3': 'Refunded',
idempotency_key: 'Idempotency key',
create_time: 'Created',
update_time: 'Updated',
gamePeriod: {
period_no: 'Period (relation)',
status: 'Period status',
},
gameUser: {
username: 'Username',
},
channel: {
name: 'Channel',
},
}