修改结算页面展示字段

master
Chopper 2021-08-02 18:44:28 +08:00
parent 8cec0e6ab8
commit 925e84528c
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@
<div> <div>
<span>应付金额</span <span>应付金额</span
><span class="actrual-price">{{ ><span class="actrual-price">{{
priceDetailDTO.billPrice | unitPrice("¥") priceDetailDTO.flowPrice | unitPrice("¥")
}}</span> }}</span>
</div> </div>
</div> </div>