From 1931ea0dc1e60767095b8eaf67742bafb462b9ef Mon Sep 17 00:00:00 2001 From: JUNG YI DAM Date: Fri, 8 Jul 2022 03:14:42 +0000 Subject: [PATCH] =?UTF-8?q?=EC=9E=85=EA=B8=88=EA=B4=80=EB=A6=AC,=20=20?= =?UTF-8?q?=ED=8C=8C=EC=9B=8C=EB=B3=BC,=20=EC=82=AC=EC=9A=A9=EC=9E=90=20?= =?UTF-8?q?=EB=B3=80=EC=88=98=EB=AA=85=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin/bank/deposit/models/deposit.ts | 3 - .../powerball/components/list.component.html | 4 +- .../admin/game/powerball/models/powerball.ts | 5 +- .../modules/admin/member/user/models/user.ts | 62 +++++++++---------- 4 files changed, 35 insertions(+), 39 deletions(-) diff --git a/src/app/modules/admin/bank/deposit/models/deposit.ts b/src/app/modules/admin/bank/deposit/models/deposit.ts index 31e16f7..4ff3c39 100644 --- a/src/app/modules/admin/bank/deposit/models/deposit.ts +++ b/src/app/modules/admin/bank/deposit/models/deposit.ts @@ -15,7 +15,4 @@ export interface Deposit { gameMoney?: number; highRank?: string; state?: string; - memberInformation?: string; - bettingInformation?: string; - delete?: string; } diff --git a/src/app/modules/admin/game/powerball/components/list.component.html b/src/app/modules/admin/game/powerball/components/list.component.html index 5d57473..c80b4a7 100644 --- a/src/app/modules/admin/game/powerball/components/list.component.html +++ b/src/app/modules/admin/game/powerball/components/list.component.html @@ -25,7 +25,7 @@
{{ powerball.startDate }}~{{ powerball.finishDate }}까지의 총 배팅금액:{{ powerball.totalBetting }}원, 당첨금액:{{ - powerball.winningMoney + powerball.totalWinning }}원, 진행중금액:{{ powerball.proceedingMoney }}원, 정산:{{ powerball.calculate }}원 @@ -191,7 +191,7 @@