mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化代码
This commit is contained in:
parent
c07e5bda95
commit
29d2389061
@ -180,6 +180,17 @@
|
|||||||
<div>合计: {{_getFeeOweAllAmounts()}}元</div>
|
<div>合计: {{_getFeeOweAllAmounts()}}元</div>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="row" v-if="listOweFeeInfo.fees && listOweFeeInfo.fees.length>0">
|
||||||
|
<span class="col-md-1 margin-left">
|
||||||
|
<div class="row"><b>大计</b></div>
|
||||||
|
</span>
|
||||||
|
<span class="col-md-2" v-for="(item,index) in listOweFeeInfo.fees[0].itemTotalOweAmounts">
|
||||||
|
<div>{{item.configName}}: {{item.totalOweAmount}}元</div>
|
||||||
|
</span>
|
||||||
|
<span class="col-md-2">
|
||||||
|
<div>合计: {{listOweFeeInfo.fees[0].totalOweAmount}}元</div>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12 text-center">
|
<div class="col-md-12 text-center">
|
||||||
<vc:create path="frame/pagination"></vc:create>
|
<vc:create path="frame/pagination"></vc:create>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user