This commit is contained in:
Park Byung Eun 2022-08-26 06:30:33 +00:00
parent 33c6cc553e
commit c0e1345eec

View File

@ -322,6 +322,29 @@
/> />
</mat-form-field> </mat-form-field>
</div> </div>
<div class="flex">
<span class="w-1/3 pr-2">
<mat-label>등급: </mat-label>
<mat-label>{{
currentMember?.getMemberClass()?.getName()
}}</mat-label>
</span>
<span class="w-1/3 pr-2">
<mat-label>정산종류: </mat-label>
<mat-label>{{
currentMember
?.getMemberSettlementSetting()
?.getSettlementType() === 1
? "롤링"
: ""
}}</mat-label>
</span>
<span class="w-1/3 pr-2">
<mat-label>금일 입금/ 출금액: </mat-label>
<mat-label>0원(이전일: 0원)</mat-label>
<mat-label>/ 0원(이전일: 0원)</mat-label>
</span>
</div>
<div class="flex flex-col flex-auto w-full p-8 text-center"> <div class="flex flex-col flex-auto w-full p-8 text-center">
<mat-form-field class=""> <mat-form-field class="">
<mat-label>게임중머니</mat-label> <mat-label>게임중머니</mat-label>
@ -604,21 +627,6 @@
</mat-slide-toggle> </mat-slide-toggle>
</span> </span>
</div> </div>
<div class="flex">
<span class="w-1/3 pr-2">
<mat-label>등급: </mat-label>
<mat-label>유저</mat-label>
</span>
<span class="w-1/3 pr-2">
<mat-label>정산종류: </mat-label>
<mat-label>롤링</mat-label>
</span>
<span class="w-1/3 pr-2">
<mat-label>금일 입금/ 출금액: </mat-label>
<mat-label>0원(이전일: 0원)</mat-label>
<mat-label>/ 0원(이전일: 0원)</mat-label>
</span>
</div>
</form> </form>
<ng-container *ngTemplateOutlet="commonButton"></ng-container> <ng-container *ngTemplateOutlet="commonButton"></ng-container>
</ng-container> </ng-container>