diff --git a/src/app/modules/admin/member/user/components/deposit-history.component.html b/src/app/modules/admin/member/user/components/deposit-history.component.html index b9a42bc..1eeb08d 100644 --- a/src/app/modules/admin/member/user/components/deposit-history.component.html +++ b/src/app/modules/admin/member/user/components/deposit-history.component.html @@ -7,10 +7,101 @@ class="sm:col-span-6 flex flex-col flex-auto p-6 bg-card shadow rounded-2xl overflow-hidden" >
번호 | ++ + {{ idx + 1 }} + + | +충전금액 | +{{ info.amount }} | +신청일자 | ++ {{ info.createAt }} + | +결과 | ++ {{ info.state }} + | +
---|