@@ -294,7 +294,10 @@
label: '比例',
// slot: 'paymentRatio',
// headerSlot: 'headerRatio',
- align: 'center'
+ align: 'center',
+ formatter: (row) => {
+ return row.paymentRatio ? row.paymentRatio + '%' : '';
+ }
},
{
width: 170,
@@ -204,8 +204,8 @@
</el-col>
</el-row>
</el-form>
- <div style="margin-top: 20px;">
- <headerTitle title="收款计划信息"></headerTitle>
+ <div style="margin-top: 20px; margin-bottom: 20px;">
+ <headerTitle :title="form.type == 2 ? '付款计划信息' : '收款计划信息'"></headerTitle>
<!-- <el-form ref="form" :model="tableForm"> -->
<ele-pro-table
ref="table"