diff --git a/src/app/modules/admin/bank/withdraw/components/list.component.html b/src/app/modules/admin/bank/withdraw/components/list.component.html index 49e6827..8e96912 100644 --- a/src/app/modules/admin/bank/withdraw/components/list.component.html +++ b/src/app/modules/admin/bank/withdraw/components/list.component.html @@ -35,6 +35,24 @@ +
+
+ +
+
+ +
+
+ +
+
+
-
- -
-
- -
-
- -
-
상부
+
+ 구분 +
아이디
닉네임
-
- 등급 -
- 레벨 -
- 상태 -
- -
정산종류
-
비고
환전신청금액
+
정산종류
+
+ 은행명 +
+ 계좌번호 +
+ 예금주 +
+
비고
- - - + + +
@@ -158,8 +174,10 @@
-
{{ withdraw.highRank }}
+
+ {{ withdraw.highRank }} +
{{ withdraw.nickname }}
+ +
{{ withdraw.exchangeApplicationAmount }}
+ +
{{ withdraw.calculateType }}
+
+ {{ withdraw.rank }}
LV{{ withdraw.level }}
- {{ withdraw.state }} -
- -
{{ withdraw.calculateType }}
+
{{ withdraw.note }}
-
{{ withdraw.exchangeApplicationAmount }}
+ - - + + +
@@ -246,20 +268,5 @@
-
- -
-
- -
-
- -
diff --git a/src/app/modules/admin/bank/withdraw/components/list.component.ts b/src/app/modules/admin/bank/withdraw/components/list.component.ts index 1c4dc47..bb52195 100644 --- a/src/app/modules/admin/bank/withdraw/components/list.component.ts +++ b/src/app/modules/admin/bank/withdraw/components/list.component.ts @@ -52,7 +52,7 @@ import { Router } from '@angular/router'; } @screen lg { - grid-template-columns: 60px 60px auto 112px 96px 96px 72px; + grid-template-columns: 40px 140px auto 80px 140px 40px 120px 120px 120px 40px 40px; } } `,