보유금 수정

This commit is contained in:
Park Byung Eun 2022-09-18 07:32:30 +00:00
parent bb5a1ac3c2
commit 7e11c3f87a
2 changed files with 6 additions and 2 deletions

View File

@ -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" />

View File

@ -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" />