|
|
@@ -112,31 +112,32 @@ function onSubmit(values) {
|
|
|
const gridOptions = {
|
|
|
border: true,
|
|
|
stripe: true,
|
|
|
- checkboxConfig: {
|
|
|
- highlight: true,
|
|
|
- },
|
|
|
+ // checkboxConfig: {
|
|
|
+ // highlight: true,
|
|
|
+ // },
|
|
|
columns: [
|
|
|
- { fixed: 'left', title: '序号', type: 'seq', width: 50 },
|
|
|
- { field: 'third_gid', title: $t('player_data.gameRecords.third_gid'), width: 230 },
|
|
|
+ { fixed: 'left', title: '序号', type: 'seq', width: 50},
|
|
|
+ { fixed: 'left', field: 'third_gid', title: $t('player_data.gameRecords.third_gid'), width: 230, titlePrefix: {'content':$t('player_data.gameRecords.tips.third_gid')} },
|
|
|
{ field: 'uuid', title: $t('player_data.gameRecords.uuid'), width: 230},
|
|
|
- { field: 'create_time', title: $t('player_data.gameRecords.create_time'), width: 200 },
|
|
|
- { field: 'third_round_id', title: $t('player_data.gameRecords.third_round_id'), width: 230 },
|
|
|
- { field: 'nickname', title: $t('player_data.gameRecords.nickname'), width: 150},
|
|
|
- { field: 'app_id', title: $t('player_data.gameRecords.app_id'), width: 100},
|
|
|
- { field: 'uname', title: $t('player_data.gameRecords.uname'), width: 150},
|
|
|
- { field: 'user_id', title: $t('player_data.gameRecords.user_id'), width: 100},
|
|
|
+ { field: 'create_time', title: $t('player_data.gameRecords.create_time'), width: 200, titlePrefix: {'content':$t('player_data.gameRecords.tips.create_time')} },
|
|
|
+ { field: 'third_round_id', title: $t('player_data.gameRecords.third_round_id'), width: 230, titlePrefix: {'content':$t('player_data.gameRecords.tips.third_round_id')} },
|
|
|
+ { field: 'nickname', title: $t('player_data.gameRecords.nickname'), width: 150, titlePrefix: {'content':$t('player_data.gameRecords.tips.nickname')}},
|
|
|
+ { field: 'user_id', title: $t('player_data.gameRecords.user_id'), width: 100, titlePrefix: {'content':$t('player_data.gameRecords.tips.user_id')}},
|
|
|
+ { field: 'app_id', title: $t('player_data.gameRecords.app_id'), width: 100, titlePrefix: {'content':$t('player_data.gameRecords.tips.app_id')}},
|
|
|
+ { field: 'uname', title: $t('player_data.gameRecords.uname'), width: 150, titlePrefix: {'content':$t('player_data.gameRecords.tips.uname')}},
|
|
|
{ field: 'game_title', title: $t('player_data.gameRecords.game_title'), width: 200},
|
|
|
- { field: 'bet_game_play_type', title: $t('player_data.gameRecords.game_play'), width: 140},
|
|
|
- { field: 'control_state', title: $t('player_data.gameRecords.control_state'), width: 140},
|
|
|
- { field: 'trigger_mode', title: $t('player_data.gameRecords.trigger_mode'), width: 140},
|
|
|
- { field: 'rtp', title: $t('player_data.gameRecords.rtp'), width: 140},
|
|
|
- { field: 'bet', title: $t('player_data.gameRecords.bet_amount'), width: 140},
|
|
|
+ { field: 'bet_game_play_type', title: $t('player_data.gameRecords.game_play'), width: 140, titlePrefix: {'content':$t('player_data.gameRecords.tips.game_play')}},
|
|
|
+ { field: 'control_state', title: $t('player_data.gameRecords.control_state'), width: 140, titlePrefix: {'content':$t('player_data.gameRecords.tips.control_state')}},
|
|
|
+ { field: 'trigger_mode', title: $t('player_data.gameRecords.trigger_mode'), width: 140, titlePrefix: {'content':$t('player_data.gameRecords.tips.trigger_mode')}},
|
|
|
+ { field: 'rtp', title: $t('player_data.gameRecords.rtp'), width: 140, titlePrefix: {'content':$t('player_data.gameRecords.tips.rtp')}},
|
|
|
+ { field: 'bet', title: $t('player_data.gameRecords.bet_amount'), width: 140, titlePrefix: {'content':$t('player_data.gameRecords.tips.bet_amount')}},
|
|
|
{ field: 'should_bet_result', title: $t('player_data.gameRecords.should_bet_result'), width: 140},
|
|
|
- { field: 'win_amount', title: $t('player_data.gameRecords.win_amount'), width: 140},
|
|
|
- { field: 'prev_amount', title: $t('player_data.gameRecords.prev_amount'), width: 140},
|
|
|
- { field: 'next_amount', title: $t('player_data.gameRecords.next_amount'), width: 140},
|
|
|
- { field: 'total_win_amount', title: $t('player_data.gameRecords.total_win_amount'), width: 140},
|
|
|
- { field: 'balance_amount', title: $t('player_data.gameRecords.balance_amount'), width: 140},
|
|
|
+ { field: 'win_amount', title: $t('player_data.gameRecords.win_amount'), width: 140, titlePrefix: {'content':$t('player_data.gameRecords.tips.win_amount')}},
|
|
|
+ { field: 'prev_amount', title: $t('player_data.gameRecords.prev_amount'), width: 140, titlePrefix: {'content':$t('player_data.gameRecords.tips.prev_amount')}},
|
|
|
+ { field: 'next_amount', title: $t('player_data.gameRecords.next_amount'), width: 140, titlePrefix: {'content':$t('player_data.gameRecords.tips.next_amount')}},
|
|
|
+ { field: 'total_win_amount', title: $t('player_data.gameRecords.total_win_amount'), width: 140, titlePrefix: {'content':$t('player_data.gameRecords.tips.total_win_amount')}},
|
|
|
+ { field: 'balance_amount', title: $t('player_data.gameRecords.balance_amount'), width: 140, titlePrefix: {'content':$t('player_data.gameRecords.tips.balance_amount')}},
|
|
|
+ // { fixed: 'right', title: $t('game_control.game_list.action'), width: 220},
|
|
|
// { field: 'next_amount', title: $t('player_data.playlist.reg_ip'), width: 140},
|
|
|
// { field: 'releaseDate', formatter: 'formatDateTime', title: 'DateTime' },
|
|
|
],
|
|
|
@@ -145,7 +146,7 @@ const gridOptions = {
|
|
|
keepSource: true,
|
|
|
treeConfig: {
|
|
|
transform: true, // 指定表格为树形表格
|
|
|
- parentField: 'children', // 父节点字段名
|
|
|
+ parentField: 'parent_id', // 父节点字段名
|
|
|
rowField: 'id', // 行数据字段名
|
|
|
},
|
|
|
proxyConfig: {
|