优化样式
This commit is contained in:
@@ -2,8 +2,11 @@ export default {
|
||||
'quick Search Fields': 'ID/Settlement period ID/Remark',
|
||||
id: 'ID',
|
||||
settlement_period_id: 'Settlement period ID',
|
||||
settlement_period_no: 'Settlement no.',
|
||||
channel_id: 'Channel ID',
|
||||
channel_name: 'Channel',
|
||||
admin_id: 'Agent admin ID',
|
||||
admin_username: 'Agent username',
|
||||
commission_rate: 'Commission rate',
|
||||
calc_base_amount: 'Calculation base amount',
|
||||
commission_amount: 'Commission amount',
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export default {
|
||||
export default {
|
||||
'quick Search Fields': 'ID / Period / Idempotency',
|
||||
id: 'ID',
|
||||
period_id: 'Period ID',
|
||||
@@ -24,6 +24,12 @@ export default {
|
||||
update_time: 'Updated',
|
||||
gamePeriod_period_no: 'Period (relation)',
|
||||
gamePeriod_status: 'Period status',
|
||||
'gamePeriod_status 0': 'Open for betting',
|
||||
'gamePeriod_status 1': 'Closed',
|
||||
'gamePeriod_status 2': 'Settling tickets',
|
||||
'gamePeriod_status 3': 'Paying out',
|
||||
'gamePeriod_status 4': 'Finished',
|
||||
'gamePeriod_status 5': 'Voided',
|
||||
user_username: 'Username',
|
||||
channel_name: 'Channel',
|
||||
}
|
||||
|
||||
@@ -2,8 +2,11 @@ export default {
|
||||
'quick Search Fields': 'ID/结算周期ID/备注',
|
||||
id: 'ID',
|
||||
settlement_period_id: '结算周期ID',
|
||||
settlement_period_no: '结算周期号',
|
||||
channel_id: '渠道ID',
|
||||
channel_name: '渠道名称',
|
||||
admin_id: '代理管理员ID',
|
||||
admin_username: '代理账号',
|
||||
commission_rate: '佣金比例',
|
||||
calc_base_amount: '结算基数',
|
||||
commission_amount: '佣金金额',
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
export default {
|
||||
'quick Search Fields': 'ID/期号/幂等键',
|
||||
id: 'ID',
|
||||
period_id: '期ID',
|
||||
period_id: '对局ID',
|
||||
period_no: '期号',
|
||||
user_id: '用户ID',
|
||||
channel_id: '渠道ID',
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
export default {
|
||||
export default {
|
||||
'quick Search Fields': 'ID/期号/幂等键',
|
||||
id: 'ID',
|
||||
period_id: '期ID',
|
||||
period_id: '对局ID',
|
||||
period_no: '期号',
|
||||
user_id: '用户ID',
|
||||
channel_id: '渠道ID',
|
||||
@@ -24,6 +24,12 @@ export default {
|
||||
update_time: '更新时间',
|
||||
gamePeriod_period_no: '对局期号',
|
||||
gamePeriod_status: '期状态',
|
||||
'gamePeriod_status 0': '下注开放',
|
||||
'gamePeriod_status 1': '已封盘',
|
||||
'gamePeriod_status 2': '算票中',
|
||||
'gamePeriod_status 3': '派彩中',
|
||||
'gamePeriod_status 4': '已结束',
|
||||
'gamePeriod_status 5': '已作废',
|
||||
user_username: '用户名',
|
||||
channel_name: '渠道',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user