보유금 수정
This commit is contained in:
parent
bb5a1ac3c2
commit
7e11c3f87a
|
@ -240,7 +240,7 @@
|
|||
</div>
|
||||
<!-- 보유금 -->
|
||||
<div class="hidden lg:block">
|
||||
캐쉬: 2,900
|
||||
캐쉬: {{ partner.getMemberBalance()?.getBalanceSum() }}
|
||||
<hr style="margin: 7px 0px" />
|
||||
콤프: 3,000P
|
||||
<hr style="margin: 7px 0px" />
|
||||
|
|
|
@ -362,7 +362,11 @@
|
|||
{{ member.getBankAccount()?.getName() }}
|
||||
</div>
|
||||
<div class="hidden md:block" style="text-align: center">
|
||||
캐쉬: 2000
|
||||
캐쉬:
|
||||
{{
|
||||
member.getMemberBalance()?.getBalanceSum()
|
||||
| currency: "KRW":"symbol"
|
||||
}}
|
||||
<hr style="margin: 7px 0px" />
|
||||
콤프: 2000P
|
||||
<hr style="margin: 7px 0px" />
|
||||
|
|
Loading…
Reference in New Issue
Block a user