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 9103476..0aa89fa 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 @@ -75,7 +75,7 @@ 충전금액 - {{ info.getAmount() }} + {{ info.getAmount() | currency: "KRW":"symbol" }} @@ -83,7 +83,7 @@ 신청일자 - {{ info.getCreatedAt() | date: "MMM dd, h:mm a" }} + {{ info.getCreatedAt() | date: "yyyy/MM/dd HH:mm" }}