diff --git a/src/app/modules/admin/report/daily-partner/components/list.component.html b/src/app/modules/admin/report/daily-partner/components/list.component.html
index 1d17847..4e72342 100644
--- a/src/app/modules/admin/report/daily-partner/components/list.component.html
+++ b/src/app/modules/admin/report/daily-partner/components/list.component.html
@@ -37,7 +37,7 @@
-
+
= new Subject();
roles: any[];
+ roles2: any[];
/**
* Constructor
@@ -132,6 +133,16 @@ export class ListComponent implements OnInit, AfterViewInit, OnDestroy {
value: '슬롯',
},
];
+ this.roles2 = [
+ {
+ label: '회원아이디',
+ value: '전체',
+ },
+ {
+ label: '닉네임',
+ value: '파워볼',
+ },
+ ];
}
// -----------------------------------------------------------------------------------------------------
@@ -157,9 +168,6 @@ export class ListComponent implements OnInit, AfterViewInit, OnDestroy {
console.log(dailyPartners);
this._changeDetectorRef.markForCheck();
});
-
- // Get the products
- this.dailyPartners$ = this._dailyPartnerService.dailyPartners$;
}
/**
diff --git a/src/app/modules/admin/report/today-bet/components/list.component.html b/src/app/modules/admin/report/today-bet/components/list.component.html
index def13ca..a3f0820 100644
--- a/src/app/modules/admin/report/today-bet/components/list.component.html
+++ b/src/app/modules/admin/report/today-bet/components/list.component.html
@@ -9,6 +9,96 @@
금일배팅자목록
+
+
+
+
+
+
+
+
+
+ {{
+ roleSelect.value | titlecase
+ }}
+
+
+
+ {{ role.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ roleSelect.value | titlecase
+ }}
+
+
+
+ {{ role.label }}
+
+
+
+
+
+
+