diff --git a/src/app/modules/admin/bank/web-calculate/components/list.component.html b/src/app/modules/admin/bank/web-calculate/components/list.component.html index fe04be7..34b9c1e 100644 --- a/src/app/modules/admin/bank/web-calculate/components/list.component.html +++ b/src/app/modules/admin/bank/web-calculate/components/list.component.html @@ -1,33 +1,289 @@
번호 | ++ + {{ info.webDepositIdx }} + + | ++ 아이디(닉네임) + | ++ {{ info.webDepositId }} + | +입금자이름 | ++ {{ info.nameOfDepositer }} + | +결제금액 | ++ {{ info.webWithdrawAmountOfPayment }} + | +신청일 | ++ {{ + info.webWithdrawregistrationDate + | date: "yyyy/MM/dd HH:mm" + }} + | +확인일 | ++ {{ + info.webWithdrawConfirmDate + | date: "yyyy/MM/dd HH:mm" + }} + | +
---|
번호 | ++ + {{ info.webDepositIdx }} + + | ++ 아이디(닉네임) + | ++ {{ info.webDepositId }} + | +입금자이름 | ++ {{ info.nameOfDepositer }} + | +결제금액 | ++ {{ info.webWithdrawAmountOfPayment }} + | +신청일 | ++ {{ + info.webWithdrawregistrationDate + | date: "yyyy/MM/dd HH:mm" + }} + | +확인일 | ++ {{ + info.webWithdrawConfirmDate + | date: "yyyy/MM/dd HH:mm" + }} + | +
---|