bug fix
This commit is contained in:
parent
f8dc320f21
commit
1ba1c72f7f
|
@ -202,14 +202,14 @@
|
|||
</td>
|
||||
</ng-container>
|
||||
<!-- 배팅 -->
|
||||
<ng-container matColumnDef="casinoBetDetatils">
|
||||
<ng-container matColumnDef="casinoBetDetails">
|
||||
<th mat-header-cell *matHeaderCellDef>배팅</th>
|
||||
<td mat-cell *matCellDef="let info">
|
||||
{{ info?.bank.casino.betting }}
|
||||
</td>
|
||||
</ng-container>
|
||||
<!-- 당첨 -->
|
||||
<ng-container matColumnDef="casinoWinningDetatils">
|
||||
<ng-container matColumnDef="casinoWinningDetails">
|
||||
<th mat-header-cell *matHeaderCellDef>당첨</th>
|
||||
<td mat-cell *matCellDef="let info">
|
||||
{{ info?.bank.casino.bettingWin }}
|
||||
|
@ -245,7 +245,7 @@
|
|||
</td>
|
||||
</ng-container>
|
||||
<!-- 당첨 -->
|
||||
<ng-container matColumnDef="slotWinningDetatils">
|
||||
<ng-container matColumnDef="slotWinningDetails">
|
||||
<th mat-header-cell *matHeaderCellDef>당첨</th>
|
||||
<td mat-cell *matCellDef="let info">
|
||||
{{ info?.bank.slot.bettingWin }}
|
||||
|
@ -281,7 +281,7 @@
|
|||
</td>
|
||||
</ng-container>
|
||||
<!-- 당첨 -->
|
||||
<ng-container matColumnDef="powerballWinningDetatils">
|
||||
<ng-container matColumnDef="powerballWinningDetails">
|
||||
<th mat-header-cell *matHeaderCellDef>당첨</th>
|
||||
<td mat-cell *matCellDef="let info">
|
||||
{{ info?.bank.powerball.bettingWin }}
|
||||
|
|
|
@ -82,18 +82,18 @@ export class ListComponent implements OnInit, AfterViewInit, OnDestroy {
|
|||
'totalProfit',
|
||||
'passiveMoney',
|
||||
'passiveComp',
|
||||
'casinoBetDetatils',
|
||||
'casinoWinningDetatils',
|
||||
'casinoBetDetails',
|
||||
'casinoWinningDetails',
|
||||
'casinoWinLoss',
|
||||
'casinoCommission',
|
||||
'casinoSettle',
|
||||
'slotBetDetails',
|
||||
'slotWinningDetatils',
|
||||
'slotWinningDetails',
|
||||
'slotWinLoss',
|
||||
'slotCommission',
|
||||
'slotSettle',
|
||||
'powerballBetDetails',
|
||||
'powerballWinningDetatils',
|
||||
'powerballWinningDetails',
|
||||
'powerballWinLoss',
|
||||
'powerballCommission',
|
||||
'powerballSettle',
|
||||
|
|
Loading…
Reference in New Issue
Block a user