From 7c89e9f1abb5fdcac4ca6fe7dcedd37d1e7e5677 Mon Sep 17 00:00:00 2001 From: Park Byung Eun Date: Wed, 17 Aug 2022 05:05:36 +0000 Subject: [PATCH] =?UTF-8?q?=EC=B6=9C=EA=B8=88=EA=B4=80=EB=A6=AC=20?= =?UTF-8?q?=EB=A6=AC=EC=8A=A4=ED=8A=B8=20=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../withdraw/components/list.component.html | 50 +++++++++++-------- .../withdraw/components/list.component.ts | 38 ++++++++++++-- .../withdraw/resolvers/withdraw.resolver.ts | 32 ++++++++++++ .../admin/bank/withdraw/withdraw.routing.ts | 7 ++- 4 files changed, 102 insertions(+), 25 deletions(-) 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 }}
+
@
+ +