[代理与结算]代理结算周期

This commit is contained in:
2026-04-15 18:06:04 +08:00
parent 080ead200b
commit 7e695d32cf
6 changed files with 221 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
export default {
'quick Search Fields': 'ID/结算周期号/备注',
id: 'ID',
settlement_no: '结算周期号',
period_start_at: '周期开始',
period_end_at: '周期结束',
total_bet_amount: '总投注额',
total_payout_amount: '总派彩额',
platform_profit_amount: '平台盈亏',
status: '状态',
'status 0': '待结算',
'status 1': '结算中',
'status 2': '已完成',
'status 3': '已关闭',
remark: '备注',
create_time: '创建时间',
update_time: '更新时间',
}