입금관리 리스트 수정

This commit is contained in:
이담 정 2022-07-06 01:44:15 +00:00
parent 279c7e1bc0
commit c68b5e394f
2 changed files with 101 additions and 99 deletions

View File

@ -79,7 +79,7 @@ export class BankDepositMockApi {
// If the requested page number is bigger than // If the requested page number is bigger than
// the last possible page number, return null for // 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 // the app can navigate to there
if (page > lastPage) { if (page > lastPage) {
deposits = null; deposits = null;
@ -120,7 +120,7 @@ export class BankDepositMockApi {
// Get the id from the params // Get the id from the params
const id = request.params.get('id'); const id = request.params.get('id');
// Clone the users // Clone the deposits
const deposits = cloneDeep(this._deposits); const deposits = cloneDeep(this._deposits);
// Find the deposit // Find the deposit

View File

@ -23,7 +23,7 @@
<mat-select placeholder="내용"> <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-option value="">팅콤프</mat-option>
<mat-option value="">첫충콤프</mat-option> <mat-option value="">첫충콤프</mat-option>
</mat-select> </mat-select>
</mat-form-field> </mat-form-field>
@ -135,7 +135,7 @@
class="hidden sm:block" class="hidden sm:block"
[mat-sort-header]="'bettingInfomation'" [mat-sort-header]="'bettingInfomation'"
> >
팅정보 팅정보
</div> </div>
<div class="hidden sm:block" [mat-sort-header]="'delete'"> <div class="hidden sm:block" [mat-sort-header]="'delete'">
삭제 삭제
@ -169,98 +169,99 @@
<div class="hidden sm:block truncate"> <div class="hidden sm:block truncate">
LV.{{ deposit.level }} LV.{{ deposit.level }}
</div> </div>
</div> <!-- id -->
<!-- id --> <div class="hidden sm:block truncate">
<div class="hidden sm:block truncate"> {{ deposit.id }}
{{ deposit.id }} </div>
</div>
<!-- nickname --> <!-- nickname -->
<div class="hidden sm:block truncate"> <div class="hidden sm:block truncate">
{{ deposit.nickname }} {{ deposit.nickname }}
</div> </div>
<!-- paymentDue --> <!-- paymentDue -->
<div class="hidden sm:block truncate"> <div class="hidden sm:block truncate">
{{ deposit.paymentDue }}원 {{ deposit.paymentDue }}원
</div> </div>
<!-- calculateType --> <!-- calculateType -->
<div class="hidden sm:block truncate"> <div class="hidden sm:block truncate">
{{ deposit.calculateType }} {{ deposit.calculateType }}
</div> </div>
<!-- accountHolder --> <!-- accountHolder -->
<div class="hidden sm:block truncate"> <div class="hidden sm:block truncate">
{{ deposit.accountHolder }} {{ deposit.accountHolder }}
</div> </div>
<!-- note --> <!-- note -->
<div class="hidden sm:block truncate"> <div class="hidden sm:block truncate">
{{ deposit.note }} {{ deposit.note }}
</div> </div>
<!-- registrationDate --> <!-- registrationDate -->
<div class="hidden sm:block truncate"> <div class="hidden sm:block truncate">
{{ deposit.registrationDate }} {{ deposit.registrationDate }}
</div> </div>
<!-- processDate --> <!-- processDate -->
<div class="hidden sm:block truncate"> <div class="hidden sm:block truncate">
{{ deposit.processDate }} {{ deposit.processDate }}
</div> </div>
<!-- depositWithdrawal --> <!-- depositWithdrawal -->
<div class="hidden sm:block truncate"> <div class="hidden sm:block truncate">
{{ deposit.deposit }}원 {{ deposit.withdrawal }}원 {{ deposit.deposit }}원 {{ deposit.withdrawal }}원
{{ deposit.total }}원 {{ deposit.total }}원
</div> </div>
<!-- gameMoney --> <!-- gameMoney -->
<div class="hidden sm:block truncate"> <div class="hidden sm:block truncate">
{{ deposit.gameMoney }} {{ deposit.gameMoney }}
</div> </div>
<!-- casinoCash --> <!-- casinoCash -->
<div class="hidden sm:block truncate"> <div class="hidden sm:block truncate">
<button mat-flat-button [color]="'primary'"> <button mat-flat-button [color]="'primary'">
게임머니확인 게임머니확인
</button> </button>
<button mat-flat-button [color]="'primary'"> <button mat-flat-button [color]="'primary'">
게임머니회수 게임머니회수
</button> </button>
</div> </div>
<!-- highRank --> <!-- highRank -->
<div class="hidden sm:block truncate"> <div class="hidden sm:block truncate">
<button mat-flat-button [color]="'primary'"> <button mat-flat-button [color]="'primary'">
{{ deposit.highRank }} {{ deposit.highRank }}
</button> </button>
</div> </div>
<!-- state --> <!-- state -->
<div class="hidden sm:block truncate"> <div class="hidden sm:block truncate">
{{ deposit.state }} {{ deposit.state }}
</div> </div>
<!-- memberInformation --> <!-- memberInformation -->
<div class="hidden sm:block truncate"> <div class="hidden sm:block truncate">
<button mat-flat-button [color]="'primary'">회원정보</button> <button mat-flat-button [color]="'primary'">
</div> 회원정보
</button>
</div>
<!-- bettingInformation --> <!-- bettingInformation -->
<div class="hidden sm:block truncate"> <div class="hidden sm:block truncate">
<button mat-flat-button [color]="'primary'"> <button mat-flat-button [color]="'primary'">
베팅리스트 베팅리스트
</button> </button>
</div> </div>
<!-- delete --> <!-- delete -->
<div class="hidden sm:block truncate"> <div class="hidden sm:block truncate">
<button mat-flat-button [color]="'primary'">취소</button> <button mat-flat-button [color]="'primary'">취소</button>
</div> </div>
<!-- Image --> <!-- Image -->
<!-- <div class="flex items-center"> <!-- <div class="flex items-center">
<div <div
class="relative flex flex-0 items-center justify-center w-12 h-12 mr-6 rounded overflow-hidden border" class="relative flex flex-0 items-center justify-center w-12 h-12 mr-6 rounded overflow-hidden border"
> >
@ -279,40 +280,40 @@
</div> </div>
</div> --> </div> -->
<!-- SKU --> <!-- SKU -->
<!-- <div class="hidden md:block truncate"> <!-- <div class="hidden md:block truncate">
{{ user.sku }} {{ user.sku }}
</div> --> </div> -->
<!-- Name --> <!-- Name -->
<!-- <div class="truncate"> <!-- <div class="truncate">
{{ user.name }} {{ user.name }}
</div> --> </div> -->
<!-- Price --> <!-- Price -->
<!-- <div class="hidden sm:block"> <!-- <div class="hidden sm:block">
{{ user.price | currency: "USD":"symbol":"1.2-2" }} {{ user.price | currency: "USD":"symbol":"1.2-2" }}
</div> --> </div> -->
<!-- Stock --> <!-- Stock -->
<!-- <div class="hidden lg:flex items-center"> <!-- <div class="hidden lg:flex items-center">
<div class="min-w-4">{{ user.stock }}</div> --> <div class="min-w-4">{{ user.stock }}</div> -->
<!-- Low stock --> <!-- Low stock -->
<!-- <div <!-- <div
class="flex items-end ml-2 w-1 h-4 bg-red-200 rounded overflow-hidden" class="flex items-end ml-2 w-1 h-4 bg-red-200 rounded overflow-hidden"
*ngIf="user.stock < 20" *ngIf="user.stock < 20"
> >
<div class="flex w-full h-1/3 bg-red-600"></div> <div class="flex w-full h-1/3 bg-red-600"></div>
</div> --> </div> -->
<!-- Medium stock --> <!-- Medium stock -->
<!-- <div <!-- <div
class="flex items-end ml-2 w-1 h-4 bg-orange-200 rounded overflow-hidden" class="flex items-end ml-2 w-1 h-4 bg-orange-200 rounded overflow-hidden"
*ngIf="user.stock >= 20 && user.stock < 30" *ngIf="user.stock >= 20 && user.stock < 30"
> >
<div class="flex w-full h-2/4 bg-orange-400"></div> <div class="flex w-full h-2/4 bg-orange-400"></div>
</div> --> </div> -->
<!-- High stock --> <!-- High stock -->
<!-- <div <!-- <div
class="flex items-end ml-2 w-1 h-4 bg-green-100 rounded overflow-hidden" class="flex items-end ml-2 w-1 h-4 bg-green-100 rounded overflow-hidden"
*ngIf="user.stock >= 30" *ngIf="user.stock >= 30"
> >
@ -320,8 +321,8 @@
</div> </div>
</div> --> </div> -->
<!-- Active --> <!-- Active -->
<!-- <div class="hidden lg:block"> <!-- <div class="hidden lg:block">
<ng-container *ngIf="user.active"> <ng-container *ngIf="user.active">
<mat-icon <mat-icon
class="text-green-400 icon-size-5" class="text-green-400 icon-size-5"
@ -336,8 +337,8 @@
</ng-container> </ng-container>
</div> --> </div> -->
<!-- Details button --> <!-- Details button -->
<!-- <div> <!-- <div>
<button <button
class="min-w-10 min-h-7 h-7 px-2 leading-6" class="min-w-10 min-h-7 h-7 px-2 leading-6"
mat-stroked-button mat-stroked-button
@ -353,6 +354,7 @@
></mat-icon> ></mat-icon>
</button> </button>
</div> --> </div> -->
</div>
</ng-container> </ng-container>
</ng-container> </ng-container>
</div> </div>