From 8d0e844c0b791f62301a9c078822d806720e01d3 Mon Sep 17 00:00:00 2001 From: Park Byung Eun Date: Wed, 31 Aug 2022 05:01:26 +0000 Subject: [PATCH] bug fix --- .../member/user/components/deposit-history.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }}