회원리스트 수정

This commit is contained in:
이담 정 2022-07-05 13:53:11 +00:00
parent c57fa5df7a
commit 279c7e1bc0

View File

@ -181,8 +181,8 @@
class="inventory-grid grid items-center gap-4 py-3 px-6 md:px-8 border-b" class="inventory-grid grid items-center gap-4 py-3 px-6 md:px-8 border-b"
> >
<!-- management --> <!-- management -->
<!-- rate -->
<div class="hidden sm:block truncate"> <div class="hidden sm:block truncate">
<!-- rate -->
<button <button
mat-button mat-button
color="primary" color="primary"
@ -193,7 +193,7 @@
카지노-그외: 0% 카지노-그외: 0%
슬롯: 0% 슬롯: 0%
카지노루징: 0% 카지노루징: 0%
슬롯징: 0%" 슬롯징: 0%"
> >
요율 요율
</button> </button>
@ -205,85 +205,88 @@
<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-option value="">강제로그아웃</mat-option> <mat-option value="">강제로그아웃</mat-option>
</mat-select> </mat-select>
</mat-form-field> </mat-form-field>
</button> </button>
<!-- highRank --> </div>
<!-- highRank -->
<div class="hidden sm:block truncate">
{{ user.highRank }} {{ user.highRank }}
<!-- rank --> </div>
<!-- rank -->
<div class="hidden sm:block truncate">
{{ user.rank }} {{ user.rank }}
<!-- level --> </div>
<!-- level -->
<div class="hidden sm:block truncate">
LV.{{ user.level }} LV.{{ user.level }}
</div> </div>
<!-- id --> </div>
<div class="hidden sm:block truncate"> <!-- id -->
{{ user.id }} <div class="hidden sm:block truncate">
</div> {{ user.id }}
</div>
<!-- nickname --> <!-- nickname -->
<div class="hidden sm:block truncate"> <div class="hidden sm:block truncate">
{{ user.nickname }} {{ user.nickname }}
</div> </div>
<!-- accountHolder --> <!-- accountHolder -->
<div class="hidden sm:block truncate"> <div class="hidden sm:block truncate">
{{ user.accountHolder }} {{ user.accountHolder }}
</div> </div>
<!-- contact --> <!-- contact -->
<div class="hidden sm:block truncate"> <div class="hidden sm:block truncate">
{{ user.contact }} {{ user.contact }}
</div> </div>
<!-- reserve --> <!-- reserve -->
<div class="hidden sm:block truncate"> <div class="hidden sm:block truncate">
캐쉬{{ user.cash }} 콤프{{ user.comp }} 쿠폰{{ 캐쉬{{ user.cash }} 콤프{{ user.comp }} 쿠폰{{ user.coupon }}
user.coupon </div>
}}
</div>
<!-- gameMoney --> <!-- gameMoney -->
<div class="hidden sm:block truncate"> <div class="hidden sm:block truncate">
{{ user.gameMoney }} {{ user.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>
<!-- todayComp --> <!-- todayComp -->
<div class="hidden sm:block truncate"> <div class="hidden sm:block truncate">
{{ user.todayComp }}P {{ user.todayComp }}P
</div> </div>
<!-- total --> <!-- total -->
<div class="hidden sm:block truncate"> <div class="hidden sm:block truncate">
입금{{ user.deposit }} 출금{{ user.withdraw }} 차익{{ 입금{{ user.deposit }} 출금{{ user.withdraw }} 차익{{
user.margin user.margin
}} }}
</div> </div>
<!-- log --> <!-- log -->
<div class="hidden sm:block truncate"> <div class="hidden sm:block truncate">
가입{{ user.accession }} 최종{{ user.final }} IP{{ 가입{{ user.accession }} 최종{{ user.final }} IP{{ user.ip }}
user.ip </div>
}}
</div>
<!-- state --> <!-- state -->
<div class="hidden sm:block truncate"> <div class="hidden sm:block truncate">
{{ user.state }} {{ user.state }}
</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"
> >
@ -302,40 +305,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"
> >
@ -343,8 +346,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"
@ -359,8 +362,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
@ -376,7 +379,6 @@
></mat-icon> ></mat-icon>
</button> </button>
</div> --> </div> -->
</div>
</ng-container> </ng-container>
</ng-container> </ng-container>
</div> </div>