{{ __getParentMemberByBettingHistory(info) }}
게임ID: {{ info.getSiteUsername() }}
사이트ID: {{ info.getSiteUsername() }}
닉네임: {{ info.getMember()?.getNickname() }}
{{ info.getVendorName() }}
{{ info.getGameName() }}
{{ info.getGameId() }}
{{ info.getBettingType() }}
배팅: {{ info.getCash() | currency: "KRW":"symbol" }}
당첨:
{{
info.getAfterCash() - info.getBeforeCash()
| currency: "KRW":"symbol"
}}
손익:
{{
info.getAfterCash() - info.getBeforeCash()
| currency: "KRW":"symbol"
}}
배팅전:
{{ info.getBeforeCash() | currency: "KRW":"symbol" }}
배팅후:
{{
info.getAfterCash() - info.getBeforeCash()
| currency: "KRW":"symbol"
}}
최종금액:
{{ info.getAfterCash() | currency: "KRW":"symbol" }}
{{ __getCompType(info) }}
본사100P
대본100P
부본100P
총판120P
매장100P
회원100p
{{ info.getCreatedAt() | date: "yyyy-MM-dd HH:mm" }}
{{ info.getCreatedAt() | date: "yyyy-MM-dd HH:mm" }}