|
|
@@ -127,6 +127,11 @@ const gridOptions = {
|
|
|
summaryData.total_bet_count = list.summary.total_bet_count;
|
|
|
summaryData.total_win = list.summary.total_win;
|
|
|
summaryData.total_user_count = list.summary.total_user_count;
|
|
|
+ list.list.forEach((item, index) => {
|
|
|
+ item['rtp'] += "%";
|
|
|
+ item['history_rtp'] += "%";
|
|
|
+ item['game_rtp'] += "%";
|
|
|
+ })
|
|
|
return {
|
|
|
total: list.total,
|
|
|
items: list.list
|