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 8e96912..02139e2 100644 --- a/src/app/modules/admin/bank/withdraw/components/list.component.html +++ b/src/app/modules/admin/bank/withdraw/components/list.component.html @@ -113,8 +113,8 @@
- - + +
- +
- {{ withdraw.highRank }} + 회원
- {{ withdraw.signinId }} + test {{ idx }}

- {{ withdraw.nickname }} + test {{ idx }}
-
{{ withdraw.exchangeApplicationAmount }}
+
{{ withdraw.getAccountNumber() }}
-
{{ withdraw.calculateType }}
+
{{ idx % 2 === 0 ? "롤링" : "콤프" }}
- {{ withdraw.rank }} + {{ withdraw.getBankName() }}
- LV{{ withdraw.level }} + LV{{ withdraw.getAccountNumber() }}
- {{ withdraw.accountHolder }} + {{ withdraw.getName() }}
-
{{ withdraw.note }}
+
@
+ +