diff --git a/src/app/mock-api/apps/game/casino/api.ts b/src/app/mock-api/apps/game/casino/api.ts index 0503056..2d9b8d5 100644 --- a/src/app/mock-api/apps/game/casino/api.ts +++ b/src/app/mock-api/apps/game/casino/api.ts @@ -33,7 +33,7 @@ export class GameCasinoMockApi { .reply(({ request }) => { // Get available queries const search = request.params.get('search'); - const sort = request.params.get('sort') || 'name'; + const sort = request.params.get('sort') || 'signinId'; const order = request.params.get('order') || 'asc'; const page = parseInt(request.params.get('page') ?? '1', 10); const size = parseInt(request.params.get('size') ?? '10', 10); @@ -42,7 +42,7 @@ export class GameCasinoMockApi { let casinos: any[] | null = cloneDeep(this._casinos); // Sort the casinos - if (sort === 'sku' || sort === 'name' || sort === 'active') { + if (sort === 'signinId' || sort === 'nickname' || sort === 'gameId') { casinos.sort((a, b) => { const fieldA = a[sort].toString().toUpperCase(); const fieldB = b[sort].toString().toUpperCase(); diff --git a/src/app/mock-api/apps/game/casino/data.ts b/src/app/mock-api/apps/game/casino/data.ts index 462a5ea..2529961 100644 --- a/src/app/mock-api/apps/game/casino/data.ts +++ b/src/app/mock-api/apps/game/casino/data.ts @@ -2,20 +2,6 @@ export const casinos = [ { - startDate: '2022-06-01 00:00', - finishDate: '2022-06-21 23:59', - availableBetting: 12440000, - bettingMoney: 12751000, - winningMoney: 12198950, - cancel: 10000, - betWinCancel: 542050, - mainofficeRolling: 60202, - branchRolling: 36390, - divisionRolling: 24828, - officeRolling: 24752, - storeRolling: 13451, - memberRolling: 81037, - totalrolling: 240660, highRank: '[매장]kgon5', gameId: 'ks1_1007', siteId: 'aa100', @@ -24,7 +10,7 @@ export const casinos = [ gameInfo1: 'Speed Baccarat J', gameInfo2: '62ae9beb396a5971c3921297', gameInfo3: '62ae9bdd396a5971c3921033', - way: '패', + gameType: '패', beforeWinning: 69831, winning: 0, afterWinning: 69831, @@ -32,24 +18,24 @@ export const casinos = [ bettingInfo2: 8000, bettingInfo3: 0, compY: 'Y', - mainofficeName: '', - mainofficePercent: '', - mainofficePoint: '', - branchName: '', - branchPercent: '', - branchPoint: '', - divisionName: '', - divisionPercent: '', - divisionPoint: '', - officeName: '', - officePercent: '', - officePoint: '', - storeName: '', - storePercent: '', - storePoint: '', - memberName: '', - memberPercent: '', - memberPoint: '', + mainofficeName: 'kgon1', + mainofficePercent: '1.00', + mainofficePoint: '10.00', + branchName: 'kgon2', + branchPercent: '0.20', + branchPoint: '2.00', + divisionName: 'kgon3', + divisionPercent: '0.10', + divisionPoint: '1.00', + officeName: 'kgon4', + officePercent: '0.10', + officePoint: '1.00', + storeName: 'kgon5', + storePercent: '0.60', + storePoint: '6.00', + memberName: 'aa100', + memberPercent: '0.70', + memberPoint: '70.00', bettingTime: '2022-06-01 23:22', registrationDate: '2022-06-01 23:22', }, diff --git a/src/app/modules/admin/game/casino/components/list.component.html b/src/app/modules/admin/game/casino/components/list.component.html index 54afa70..610a2c5 100644 --- a/src/app/modules/admin/game/casino/components/list.component.html +++ b/src/app/modules/admin/game/casino/components/list.component.html @@ -10,60 +10,88 @@ -
Casino
+
카지노배팅리스트
- - + +
+ 2022-01-01 00:00~ + 2022-06-21 23:59 + 까지의 총 유효배팅:12,440,000   + 배팅금액:12,751,000   + 당첨:12,199,950   + 취소:10,000   + 배팅-당첨-취소:542,050   + 본사롤링:60,202   + 대본롤링:36,390   + 부본롤링:24,828   + 총판롤링:24,752   + 매장롤링:13,451   + 회원롤링:81,037   + 롤링합계:240,660 +
+ +
+ + +
+ +
+ + +
+ +
- + 카지노 슬롯 - + 전체 - 에볼류션 카지노 + 에볼류션카지노 드림게임 - 마이크로게이밍 카지노 - 프라그마틱 카지노 - 오리엔탈 게이밍 - CQ9 카지노 + 마이크로게이밍카지노 + 프라그마틱카지노 + 오리엔탈게이밍 + 아시안게이밍카지노 + CQ9카지노 이주기 - 비보 카지노 - 보타 카지노 + 비보카지노 + 보타카지노 - - - 전체금액 + + + 전체 배팅100만미만 배팅100-300만 배팅300-500만 @@ -71,8 +99,8 @@ 당첨1000만초과 - - + + 아이디 게임아이디 닉네임 @@ -81,7 +109,8 @@ - +
@@ -120,32 +150,21 @@
-
- - - - +
상부
+
유저
+
게임
+
형식
- - - - - -
@@ -155,177 +174,82 @@
- -