This commit is contained in:
Park Byung Eun 2022-07-20 07:45:42 +00:00
parent f8dc320f21
commit 1ba1c72f7f
2 changed files with 8 additions and 8 deletions

View File

@ -202,14 +202,14 @@
</td> </td>
</ng-container> </ng-container>
<!-- 배팅 --> <!-- 배팅 -->
<ng-container matColumnDef="casinoBetDetatils"> <ng-container matColumnDef="casinoBetDetails">
<th mat-header-cell *matHeaderCellDef>배팅</th> <th mat-header-cell *matHeaderCellDef>배팅</th>
<td mat-cell *matCellDef="let info"> <td mat-cell *matCellDef="let info">
{{ info?.bank.casino.betting }} {{ info?.bank.casino.betting }}
</td> </td>
</ng-container> </ng-container>
<!-- 당첨 --> <!-- 당첨 -->
<ng-container matColumnDef="casinoWinningDetatils"> <ng-container matColumnDef="casinoWinningDetails">
<th mat-header-cell *matHeaderCellDef>당첨</th> <th mat-header-cell *matHeaderCellDef>당첨</th>
<td mat-cell *matCellDef="let info"> <td mat-cell *matCellDef="let info">
{{ info?.bank.casino.bettingWin }} {{ info?.bank.casino.bettingWin }}
@ -245,7 +245,7 @@
</td> </td>
</ng-container> </ng-container>
<!-- 당첨 --> <!-- 당첨 -->
<ng-container matColumnDef="slotWinningDetatils"> <ng-container matColumnDef="slotWinningDetails">
<th mat-header-cell *matHeaderCellDef>당첨</th> <th mat-header-cell *matHeaderCellDef>당첨</th>
<td mat-cell *matCellDef="let info"> <td mat-cell *matCellDef="let info">
{{ info?.bank.slot.bettingWin }} {{ info?.bank.slot.bettingWin }}
@ -281,7 +281,7 @@
</td> </td>
</ng-container> </ng-container>
<!-- 당첨 --> <!-- 당첨 -->
<ng-container matColumnDef="powerballWinningDetatils"> <ng-container matColumnDef="powerballWinningDetails">
<th mat-header-cell *matHeaderCellDef>당첨</th> <th mat-header-cell *matHeaderCellDef>당첨</th>
<td mat-cell *matCellDef="let info"> <td mat-cell *matCellDef="let info">
{{ info?.bank.powerball.bettingWin }} {{ info?.bank.powerball.bettingWin }}

View File

@ -82,18 +82,18 @@ export class ListComponent implements OnInit, AfterViewInit, OnDestroy {
'totalProfit', 'totalProfit',
'passiveMoney', 'passiveMoney',
'passiveComp', 'passiveComp',
'casinoBetDetatils', 'casinoBetDetails',
'casinoWinningDetatils', 'casinoWinningDetails',
'casinoWinLoss', 'casinoWinLoss',
'casinoCommission', 'casinoCommission',
'casinoSettle', 'casinoSettle',
'slotBetDetails', 'slotBetDetails',
'slotWinningDetatils', 'slotWinningDetails',
'slotWinLoss', 'slotWinLoss',
'slotCommission', 'slotCommission',
'slotSettle', 'slotSettle',
'powerballBetDetails', 'powerballBetDetails',
'powerballWinningDetatils', 'powerballWinningDetails',
'powerballWinLoss', 'powerballWinLoss',
'powerballCommission', 'powerballCommission',
'powerballSettle', 'powerballSettle',