diff --git a/src/app/modules/admin/member/user/components/partner-sign-in-history.component.html b/src/app/modules/admin/member/user/components/partner-sign-in-history.component.html index c75a8e9..8415341 100644 --- a/src/app/modules/admin/member/user/components/partner-sign-in-history.component.html +++ b/src/app/modules/admin/member/user/components/partner-sign-in-history.component.html @@ -7,10 +7,99 @@ class="sm:col-span-6 flex flex-col flex-auto p-6 bg-card shadow rounded-2xl overflow-hidden" >
번호 | ++ + {{ idx + 1 }} + + | +접속아이피 | ++ {{ info.signInIp }} + | +접속일자 | +{{ info.signInAt }} | +비고 | +{{ info.note }} | +
---|
번호 | ++ + {{ idx + 1 }} + + | +접속아이피 | +{{ info.signInIp }} | +접속일자 | +{{ info.signInAt }} | +
---|
번호 | ++ {{ idx + 1 }} + | +충전금액 | +{{ info.amount }} | +신청일자 | +{{ info.createAt }} | +결과 | +{{ info.state }} | +
---|