|
|
@@ -144,26 +144,26 @@ const gridOptions = {
|
|
|
// },
|
|
|
columns: [
|
|
|
{ fixed: 'left', title: $t('common.serial'), 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')}, treeNode: true },
|
|
|
- { field: 'uuid', title: $t('player_data.gameRecords.uuid'), width: 230},
|
|
|
- { 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: 'uname', title: $t('player_data.gameRecords.uname'), width: 150, titlePrefix: {'content':$t('player_data.gameRecords.tips.uname')}},
|
|
|
- { align: 'left', field: 'game_title', title: $t('player_data.gameRecords.game_title'), width: 200, slots: {'default':'game_title'}},
|
|
|
- { 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')}, slots: {'default':'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, titlePrefix: {'content':$t('player_data.gameRecords.tips.win_amount')}, slots: {'default':'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')}, slots: {'default':'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', align:"left", title: $t('game_control.game_list.action'), width: 220, slots: {default:'action'}},
|
|
|
+ { fixed: 'left', field: 'third_gid', title: $t('player_data.gameRecords.third_gid'), minWidth: 230, titlePrefix: {'content':$t('player_data.gameRecords.tips.third_gid')}, treeNode: true },
|
|
|
+ { field: 'uuid', title: $t('player_data.gameRecords.uuid'), minWidth: 230},
|
|
|
+ { field: 'create_time', title: $t('player_data.gameRecords.create_time'), minWidth: 200, titlePrefix: {'content':$t('player_data.gameRecords.tips.create_time')} },
|
|
|
+ { field: 'third_round_id', title: $t('player_data.gameRecords.third_round_id'), minWidth: 230, titlePrefix: {'content':$t('player_data.gameRecords.tips.third_round_id')} },
|
|
|
+ { field: 'nickname', title: $t('player_data.gameRecords.nickname'), minWidth: 150, titlePrefix: {'content':$t('player_data.gameRecords.tips.nickname')}},
|
|
|
+ { field: 'user_id', title: $t('player_data.gameRecords.user_id'), minWidth: 100, titlePrefix: {'content':$t('player_data.gameRecords.tips.user_id')}},
|
|
|
+ { field: 'uname', title: $t('player_data.gameRecords.uname'), minWidth: 150, titlePrefix: {'content':$t('player_data.gameRecords.tips.uname')}},
|
|
|
+ { align: 'left', field: 'game_title', title: $t('player_data.gameRecords.game_title'), minWidth: 200, slots: {'default':'game_title'}},
|
|
|
+ { field: 'bet_game_play_type', title: $t('player_data.gameRecords.game_play'), minWidth: 140, titlePrefix: {'content':$t('player_data.gameRecords.tips.game_play')}},
|
|
|
+ { field: 'control_state', title: $t('player_data.gameRecords.control_state'), minWidth: 140, titlePrefix: {'content':$t('player_data.gameRecords.tips.control_state')}},
|
|
|
+ { field: 'trigger_mode', title: $t('player_data.gameRecords.trigger_mode'), minWidth: 140, titlePrefix: {'content':$t('player_data.gameRecords.tips.trigger_mode')}},
|
|
|
+ { field: 'rtp', title: $t('player_data.gameRecords.rtp'), minWidth: 140, titlePrefix: {'content':$t('player_data.gameRecords.tips.rtp')}},
|
|
|
+ { field: 'bet', title: $t('player_data.gameRecords.bet_amount'), minWidth: 140, titlePrefix: {'content':$t('player_data.gameRecords.tips.bet_amount')}, slots: {'default':'bet_amount'}},
|
|
|
+ { field: 'should_bet_result', title: $t('player_data.gameRecords.should_bet_result'), minWidth: 140},
|
|
|
+ { field: 'win_amount', title: $t('player_data.gameRecords.win_amount'), minWidth: 140, titlePrefix: {'content':$t('player_data.gameRecords.tips.win_amount')}, slots: {'default':'win_amount'}},
|
|
|
+ { field: 'prev_amount', title: $t('player_data.gameRecords.prev_amount'), minWidth: 140, titlePrefix: {'content':$t('player_data.gameRecords.tips.prev_amount')}},
|
|
|
+ { field: 'next_amount', title: $t('player_data.gameRecords.next_amount'), minWidth: 140, titlePrefix: {'content':$t('player_data.gameRecords.tips.next_amount')}},
|
|
|
+ { field: 'total_win_amount', title: $t('player_data.gameRecords.total_win_amount'), minWidth: 140, titlePrefix: {'content':$t('player_data.gameRecords.tips.total_win_amount')}, slots: {'default':'total_win_amount'}},
|
|
|
+ { field: 'balance_amount', title: $t('player_data.gameRecords.balance_amount'), minWidth: 140, titlePrefix: {'content':$t('player_data.gameRecords.tips.balance_amount')}},
|
|
|
+ { fixed: 'right', align:"left", title: $t('game_control.game_list.action'), minWidth: 220, slots: {default:'action'}},
|
|
|
// { field: 'next_amount', title: $t('player_data.playlist.reg_ip'), width: 140},
|
|
|
// { field: 'releaseDate', formatter: 'formatDateTime', title: 'DateTime' },
|
|
|
],
|