diff --git a/src/app/modules/admin/bank/partner-calculate/components/list.component.html b/src/app/modules/admin/bank/partner-calculate/components/list.component.html index 02ff295..20ff08b 100644 --- a/src/app/modules/admin/bank/partner-calculate/components/list.component.html +++ b/src/app/modules/admin/bank/partner-calculate/components/list.component.html @@ -1,33 +1,297 @@
번호 | ++ + {{ info.partnerDepositIdx }} + + | ++ 아이디(닉네임) + | ++ {{ info.partnerDepositId }} + | +입금자이름 | ++ {{ info.nameOfDepositer }} + | +결제금액 | ++ {{ info.partnerWithdrawAmountOfPayment }} + | +신청일 | ++ {{ + info.partnerWithdrawregistrationDate + | date: "yyyy/MM/dd HH:mm" + }} + | +확인일 | ++ {{ + info.partnerWithdrawConfirmDate + | date: "yyyy/MM/dd HH:mm" + }} + | +
---|
번호 | ++ + {{ info.partnerDepositIdx }} + + | ++ 아이디(닉네임) + | ++ {{ info.partnerDepositId }} + | +입금자이름 | ++ {{ info.nameOfDepositer }} + | +결제금액 | ++ {{ info.partnerWithdrawAmountOfPayment }} + | +신청일 | ++ {{ + info.partnerWithdrawregistrationDate + | date: "yyyy/MM/dd HH:mm" + }} + | +확인일 | ++ {{ + info.partnerWithdrawConfirmDate + | date: "yyyy/MM/dd HH:mm" + }} + | +
---|