@@ -159,8 +159,8 @@ export const BillPayColumns = reactive([
},
{
label: '已缴费用',
- field: 'payableAmount',
- type: '17',
+ field: 'paidAmount',
+ // type: '17',
width: 120
}
])