입금관리 리스트 수정
This commit is contained in:
parent
279c7e1bc0
commit
c68b5e394f
|
@ -79,7 +79,7 @@ export class BankDepositMockApi {
|
|||
|
||||
// If the requested page number is bigger than
|
||||
// the last possible page number, return null for
|
||||
// users but also send the last possible page so
|
||||
// deposits but also send the last possible page so
|
||||
// the app can navigate to there
|
||||
if (page > lastPage) {
|
||||
deposits = null;
|
||||
|
@ -120,7 +120,7 @@ export class BankDepositMockApi {
|
|||
// Get the id from the params
|
||||
const id = request.params.get('id');
|
||||
|
||||
// Clone the users
|
||||
// Clone the deposits
|
||||
const deposits = cloneDeep(this._deposits);
|
||||
|
||||
// Find the deposit
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<mat-select placeholder="내용">
|
||||
<mat-option value="">카지노콤프</mat-option>
|
||||
<mat-option value="">슬롯콤프</mat-option>
|
||||
<mat-option value="">배팅콤프</mat-option>
|
||||
<mat-option value="">베팅콤프</mat-option>
|
||||
<mat-option value="">첫충콤프</mat-option>
|
||||
</mat-select>
|
||||
</mat-form-field>
|
||||
|
@ -135,7 +135,7 @@
|
|||
class="hidden sm:block"
|
||||
[mat-sort-header]="'bettingInfomation'"
|
||||
>
|
||||
배팅정보
|
||||
베팅정보
|
||||
</div>
|
||||
<div class="hidden sm:block" [mat-sort-header]="'delete'">
|
||||
삭제
|
||||
|
@ -169,7 +169,6 @@
|
|||
<div class="hidden sm:block truncate">
|
||||
LV.{{ deposit.level }}
|
||||
</div>
|
||||
</div>
|
||||
<!-- id -->
|
||||
<div class="hidden sm:block truncate">
|
||||
{{ deposit.id }}
|
||||
|
@ -245,7 +244,9 @@
|
|||
|
||||
<!-- memberInformation -->
|
||||
<div class="hidden sm:block truncate">
|
||||
<button mat-flat-button [color]="'primary'">회원정보</button>
|
||||
<button mat-flat-button [color]="'primary'">
|
||||
회원정보
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<!-- bettingInformation -->
|
||||
|
@ -353,6 +354,7 @@
|
|||
></mat-icon>
|
||||
</button>
|
||||
</div> -->
|
||||
</div>
|
||||
</ng-container>
|
||||
</ng-container>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user