From edb24ef08dc8083bc0f8604af92abc462c1177b8 Mon Sep 17 00:00:00 2001 From: Park Byung Eun Date: Tue, 2 Aug 2022 09:54:09 +0000 Subject: [PATCH] =?UTF-8?q?=EB=A3=A8=EC=A7=95=20=EA=B4=80=EB=A6=AC=20?= =?UTF-8?q?=EA=B8=B0=EB=B3=B8=20=EB=8D=B0=EC=9D=B4=ED=84=B0=20=EC=83=81?= =?UTF-8?q?=EC=84=B8=20=EC=A7=84=ED=96=89=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../loosing/components/list.component.html | 4 +- .../loosing/components/list.component.ts | 17 +- .../loosing/components/view.component.html | 247 ++++++++++-------- .../loosing/components/view.component.ts | 22 +- .../admin/report/loosing/loosing.routing.ts | 6 +- 5 files changed, 175 insertions(+), 121 deletions(-) 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')" > 상세보기 상세보기
- 기본데이터 + 루징 관리
- -
- - - - - -
- -
- - - - - -
@@ -61,7 +25,16 @@ (click)="__createProduct()" > - 기본데이터생성 + 목록으로 + +
@@ -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 + }} + + + + + + + + 카지노루징 + + + + + + + 슬롯루징 + + + + +