diff --git a/src/app/modules/admin/member/current-user/components/list.component.html b/src/app/modules/admin/member/current-user/components/list.component.html index 5e411f9..d34a095 100644 --- a/src/app/modules/admin/member/current-user/components/list.component.html +++ b/src/app/modules/admin/member/current-user/components/list.component.html @@ -1,174 +1,296 @@ + +
번호 | ++ {{ info.idx }} + | 상위 | + +{{ info.highRank }} | +
+ 아이디
+ + 닉네임 + |
+
+ {{ info.signinId }}
+ + {{ info.nickname }} + |
+
+ 등급
+ + 레벨 + + 현재위치 + |
+
+ {{ info.rank }}
+ + {{ info.level }} + + {{ info.currentLocation }} + |
+ 캐쉬 | +{{ info.ownCash }} | +
+ 게임중머니
+ + 콤프 + |
+
+ {{ info.gameMoney }}
+ + {{ info.ownComp }} + |
+ 사이트 | +{{ info.siteAddress }} | +카지노->캐쉬 | +
+
+ + + |
+
+ 쪽지보내기
+ + 배팅내역 + + 로그아웃 + |
+
+
+ + + + + |
+
---|