This commit is contained in:
Park Byung Eun 2022-07-20 07:53:42 +00:00
parent 152ebe4895
commit 1ab80bd5a5

View File

@ -45,14 +45,14 @@
>
<input
matInput
[matDatepicker]="picker2"
[matDatepicker]="picker1"
[placeholder]="'Choose a date'"
/>
<mat-datepicker-toggle
matSuffix
[for]="picker2"
[for]="picker1"
></mat-datepicker-toggle>
<mat-datepicker #picker2></mat-datepicker>
<mat-datepicker #picker1></mat-datepicker>
</mat-form-field>
</div>
<!-- Card expiration -->
@ -269,7 +269,7 @@
<ng-container matColumnDef="slotSettle">
<th mat-header-cell *matHeaderCellDef>벳윈정산(A-B)</th>
<td mat-cell *matCellDef="let info">
{{ info?.bank.slot.commission.betWinSettle }}
{{ info?.bank.slot.betWinSettle }}
</td>
</ng-container>
@ -305,7 +305,7 @@
<ng-container matColumnDef="powerballSettle">
<th mat-header-cell *matHeaderCellDef>벳윈정산(G-H)</th>
<td mat-cell *matCellDef="let info">
{{ info?.bank.powerball.commission.betWinSettle }}
{{ info?.bank.powerball.betWinSettle }}
</td>
</ng-container>