1.压注记录修改为游玩记录
2.测试结算并测试 3.备份数据库
This commit is contained in:
14
web/src/lang/backend/en/admin/adminWallet.ts
Normal file
14
web/src/lang/backend/en/admin/adminWallet.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
export default {
|
||||
id: 'id',
|
||||
admin_id: 'admin_id',
|
||||
admin_username: 'admin_username',
|
||||
channel_id: 'channel_id',
|
||||
balance: 'available_balance',
|
||||
frozen_balance: 'frozen_balance',
|
||||
total_income: 'total_income',
|
||||
total_withdraw: 'total_withdraw',
|
||||
create_time: 'create_time',
|
||||
update_time: 'update_time',
|
||||
'quick Search Fields': 'id,admin_id,admin_username',
|
||||
}
|
||||
|
||||
21
web/src/lang/backend/en/admin/adminWalletRecord.ts
Normal file
21
web/src/lang/backend/en/admin/adminWalletRecord.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
export default {
|
||||
id: 'id',
|
||||
admin_id: 'admin_id',
|
||||
admin_username: 'admin_username',
|
||||
channel_name: 'channel',
|
||||
biz_type: 'biz_type',
|
||||
direction: 'direction',
|
||||
'direction in': 'Credit',
|
||||
'direction out': 'Debit',
|
||||
amount: 'amount',
|
||||
balance_before: 'balance_before',
|
||||
balance_after: 'balance_after',
|
||||
ref_type: 'ref_type',
|
||||
ref_id: 'ref_id',
|
||||
idempotency_key: 'idempotency_key',
|
||||
operator_admin_username: 'operator_admin',
|
||||
remark: 'remark',
|
||||
create_time: 'create_time',
|
||||
'quick Search Fields': 'id,biz_type,ref_type,idempotency_key,remark',
|
||||
}
|
||||
|
||||
@@ -70,6 +70,7 @@ export default {
|
||||
manual_settle_commission_rate: 'Commission rate (decimal)',
|
||||
manual_settle_calc_base: 'Settlement base',
|
||||
manual_settle_commission_amount: 'Commission amount',
|
||||
manual_settle_submit: 'Settle',
|
||||
manual_settle_remark: 'Remark',
|
||||
share_config: 'Share config',
|
||||
share_config_title: 'Channel admin share config',
|
||||
|
||||
34
web/src/lang/backend/en/game/playRecord.ts
Normal file
34
web/src/lang/backend/en/game/playRecord.ts
Normal file
@@ -0,0 +1,34 @@
|
||||
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',
|
||||
total_amount: 'Play amount',
|
||||
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',
|
||||
gameRecord_period_no: 'Round (relation)',
|
||||
gameRecord_status: 'Round status',
|
||||
'gameRecord_status 0': 'Open for betting',
|
||||
'gameRecord_status 1': 'Closed',
|
||||
'gameRecord_status 2': 'Settling tickets',
|
||||
'gameRecord_status 3': 'Paying out',
|
||||
'gameRecord_status 4': 'Finished',
|
||||
'gameRecord_status 5': 'Voided',
|
||||
user_username: 'Username',
|
||||
channel_name: 'Channel',
|
||||
}
|
||||
|
||||
14
web/src/lang/backend/zh-cn/admin/adminWallet.ts
Normal file
14
web/src/lang/backend/zh-cn/admin/adminWallet.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
export default {
|
||||
id: 'ID',
|
||||
admin_id: '管理员ID',
|
||||
admin_username: '管理员账号',
|
||||
channel_id: '渠道ID',
|
||||
balance: '可用余额',
|
||||
frozen_balance: '冻结余额',
|
||||
total_income: '累计入账',
|
||||
total_withdraw: '累计提现',
|
||||
create_time: '创建时间',
|
||||
update_time: '更新时间',
|
||||
'quick Search Fields': 'ID、管理员ID、管理员账号',
|
||||
}
|
||||
|
||||
21
web/src/lang/backend/zh-cn/admin/adminWalletRecord.ts
Normal file
21
web/src/lang/backend/zh-cn/admin/adminWalletRecord.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
export default {
|
||||
id: 'ID',
|
||||
admin_id: '管理员ID',
|
||||
admin_username: '管理员账号',
|
||||
channel_name: '渠道',
|
||||
biz_type: '业务类型',
|
||||
direction: '方向',
|
||||
'direction in': '入账',
|
||||
'direction out': '出账',
|
||||
amount: '变动金额',
|
||||
balance_before: '变动前余额',
|
||||
balance_after: '变动后余额',
|
||||
ref_type: '来源类型',
|
||||
ref_id: '来源ID',
|
||||
idempotency_key: '幂等键',
|
||||
operator_admin_username: '操作管理员',
|
||||
remark: '备注',
|
||||
create_time: '创建时间',
|
||||
'quick Search Fields': 'ID、业务类型、来源类型、幂等键、备注',
|
||||
}
|
||||
|
||||
@@ -70,6 +70,7 @@ export default {
|
||||
manual_settle_commission_rate: '佣金比例(小数)',
|
||||
manual_settle_calc_base: '结算基数',
|
||||
manual_settle_commission_amount: '佣金金额',
|
||||
manual_settle_submit: '结算',
|
||||
manual_settle_remark: '备注',
|
||||
share_config: '分配比例',
|
||||
share_config_title: '渠道管理员分配比例',
|
||||
|
||||
34
web/src/lang/backend/zh-cn/game/playRecord.ts
Normal file
34
web/src/lang/backend/zh-cn/game/playRecord.ts
Normal file
@@ -0,0 +1,34 @@
|
||||
export default {
|
||||
'quick Search Fields': 'ID/期号/幂等键',
|
||||
id: 'ID',
|
||||
period_id: '对局ID',
|
||||
period_no: '期号',
|
||||
user_id: '用户ID',
|
||||
channel_id: '渠道ID',
|
||||
pick_numbers: '选号',
|
||||
total_amount: '游玩金额',
|
||||
streak_at_bet: '下注时连胜',
|
||||
is_auto: '托管',
|
||||
'is_auto 0': '手动',
|
||||
'is_auto 1': '托管',
|
||||
win_amount: '派彩',
|
||||
jackpot_extra_amount: 'Jackpot',
|
||||
status: '状态',
|
||||
'status 1': '待开奖',
|
||||
'status 2': '已结算',
|
||||
'status 3': '已退款',
|
||||
idempotency_key: '幂等键',
|
||||
create_time: '创建时间',
|
||||
update_time: '更新时间',
|
||||
gameRecord_period_no: '对局期号',
|
||||
gameRecord_status: '期状态',
|
||||
'gameRecord_status 0': '下注开放',
|
||||
'gameRecord_status 1': '已封盘',
|
||||
'gameRecord_status 2': '算票中',
|
||||
'gameRecord_status 3': '派彩中',
|
||||
'gameRecord_status 4': '已结束',
|
||||
'gameRecord_status 5': '已作废',
|
||||
user_username: '用户名',
|
||||
channel_name: '渠道',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user