diff --git a/src/app/modules/admin/report/loosing/components/list.component.html b/src/app/modules/admin/report/loosing/components/list.component.html
index 35608fc..06284e0 100644
--- a/src/app/modules/admin/report/loosing/components/list.component.html
+++ b/src/app/modules/admin/report/loosing/components/list.component.html
@@ -123,7 +123,7 @@
mat-flat-button
class="bet-mat-small-8"
[color]="'primary'"
- (click)="__viewLoosingDetail(info.id)"
+ (click)="__viewLoosingDetail(info, '0')"
>
상세보기
상세보기
- 기본데이터
+ 루징 관리
@@ -72,9 +45,11 @@
mat-table
[dataSource]="loosingDataSource"
>
-
-
- 번호 |
+
+
+
+ 아이디
+ |
{{ i + 1 }}
@@ -82,18 +57,22 @@
|
-
-
- 시작일 |
+
+
+
+ 코드
+ |
{{ info.startDate }}
|
-
-
- 종료일 |
+
+
+
+
+ 베팅 |
{{ info.endDate }}
@@ -101,81 +80,141 @@
|
-
-
-
- 기본데이터
- |
+
+
+ 당첨 |
{{
info.defaultCount
}}
|
-
-
-
- |
-
-
-
-
- 루징데이터
- |
+
+
+ 윈로스 |
{{
info.loosingCount
}}
|
-
-
-
- |
-
-
-
- 삭제 |
+
+
+ 롤링 |
-
+ {{
+ info.loosingCount
+ }}
|
-
+
+
+ 루징요율 |
+
+ {{
+ info.loosingCount
+ }}
+ |
+
+
+
+ 본인 |
+
+ {{
+ info.loosingCount
+ }}
+ |
+
+
+
+
+
+
+ 베팅 |
+
+
+ {{ info.endDate }}
+
+ |
+
+
+
+
+ 당첨 |
+
+ {{
+ info.defaultCount
+ }}
+ |
+
+
+
+
+ 윈로스 |
+
+ {{
+ info.loosingCount
+ }}
+ |
+
+
+
+
+ 롤링 |
+
+ {{
+ info.loosingCount
+ }}
+ |
+
+
+
+
+ 루징요율 |
+
+ {{
+ info.loosingCount
+ }}
+ |
+
+
+
+ 본인 |
+
+ {{
+ info.loosingCount
+ }}
+ |
+
+
+
+
+
+
+ 카지노루징
+ |
+
+
+
+
+
+ 슬롯루징
+ |
+
+
+
+
|