From 66cad9bb8e2810b6b28b93327e3233a8c2417863 Mon Sep 17 00:00:00 2001 From: JUNG YI DAM Date: Wed, 10 Aug 2022 09:58:22 +0000 Subject: [PATCH] =?UTF-8?q?=EC=B6=9C=EA=B8=88=EA=B4=80=EB=A6=AC=20?= =?UTF-8?q?=EB=B3=80=EC=88=98=EB=AA=85=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/mock-api/apps/bank/withdraw/data.ts | 18 +++++++++--------- .../withdraw/components/list.component.html | 6 +++--- .../admin/bank/withdraw/models/withdraw.ts | 6 +++--- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/mock-api/apps/bank/withdraw/data.ts b/src/app/mock-api/apps/bank/withdraw/data.ts index e6e1369..36c35d4 100644 --- a/src/app/mock-api/apps/bank/withdraw/data.ts +++ b/src/app/mock-api/apps/bank/withdraw/data.ts @@ -5,15 +5,15 @@ export const withdraws = [ rank: '회원', id: 'aa100', nickname: 'aa100', - applicationForCurrencyExchange: 14000000, + exchangeApplicationAmount: 14000000, calculateType: '롤링', accountHolder: '광주은행121212121212sss', note: '@', - registrationDate: '2022-06-10 16:51', + registDate: '2022-06-10 16:51', processDate: '2022-06-10 16:51', deposit: 41200000, withdraw: 19000000, - total: 22200000, + totalMoney: 22200000, highRank: '[매장]kgon5', state: '완료', }, @@ -21,15 +21,15 @@ export const withdraws = [ rank: '회원', id: 'aa100', nickname: 'aa100', - applicationForCurrencyExchange: 5000000, + exchangeApplicationAmount: 5000000, calculateType: '롤링', accountHolder: '광주은행121212121212sss', note: '@', - registrationDate: '2022-06-08 18:31', + registDate: '2022-06-08 18:31', processDate: '2022-06-08 20:13', deposit: 41200000, withdraw: 19000000, - total: 22200000, + totalMoney: 22200000, highRank: '[매장]kgon5', state: '완료', }, @@ -37,15 +37,15 @@ export const withdraws = [ rank: '회원', id: 'qwer12', nickname: '하하하', - applicationForCurrencyExchange: 10000, + exchangeApplicationAmount: 10000, calculateType: '롤링', accountHolder: '하나은행000210654151테스트', note: '', - registrationDate: '2022-06-08 01:22', + registDate: '2022-06-08 01:22', processDate: '2022-06-08 01:22', deposit: 10000000, withdraw: 10000, - total: 9990000, + totalMoney: 9990000, highRank: '[매장]kgon5', state: '완료', }, 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 f11085c..08aad1a 100644 --- a/src/app/modules/admin/bank/withdraw/components/list.component.html +++ b/src/app/modules/admin/bank/withdraw/components/list.component.html @@ -176,9 +176,9 @@
{{ withdraw.calculateType }}
{{ withdraw.note }}
-
{{ withdraw.applicationForCurrencyExchange }}
+
{{ withdraw.exchangeApplicationAmount }}
@@ -187,7 +187,7 @@
출금{{ withdraw.withdraw }}
- 계{{ withdraw.total }} + 계{{ withdraw.totalMoney }}