@@ -24,7 +24,7 @@
<div class="pricebox">
<span class="amount">比例合计:{{ allRatio }}%</span>
- <span class="amount">计划{{ menu === 'purchase' ? '收款' : '付款' }}金额合计:{{ allPrice }}元</span>
+ <span class="amount">计划{{ menu === 'purchase' ? '付款' : '收款' }}金额合计:{{ allPrice }}元</span>
<!-- <el-form-item
style="width: 300px"
@@ -598,7 +598,10 @@
width: 150,
prop: 'paymentRatio',
label: '比例',
- align: 'center'
+ align: 'center',
+ formatter: (row) => {
+ return row.paymentRatio ? row.paymentRatio + '%' : ''
+ }
},
{
width: 170,
@@ -360,7 +360,10 @@
@@ -469,7 +469,7 @@
</el-tab-pane>
</el-tabs>
<headerTitle
- title="收款计划"
+ title="付款计划"
style="margin-top: 30px"
></headerTitle>
<PaymentCollectionPlan