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 }}