[游戏管理]压注订单

This commit is contained in:
2026-04-15 17:46:18 +08:00
parent 6bca594769
commit 92545067d2
7 changed files with 113 additions and 64 deletions

View File

@@ -22,15 +22,8 @@ export default {
idempotency_key: '幂等键',
create_time: '创建时间',
update_time: '更新时间',
/** 关联展示列(须嵌套,供 t('game.betOrder.gamePeriod.xxx') */
gamePeriod: {
period_no: '对局期号',
status: '期状态',
},
gameUser: {
username: '用户名',
},
channel: {
name: '渠道',
},
gamePeriod_period_no: '对局期号',
gamePeriod_status: '期状态',
user_username: '用户名',
channel_name: '渠道',
}