Commit 132edd80 authored by 朱彩云's avatar 朱彩云

Merge branch 'ECCS-1850' into 'master'

财务账单报表-回款金额绑定字段修改

See merge request !22
parents 3eba2a52 ae1d0f8d
...@@ -72,7 +72,7 @@ export default{ ...@@ -72,7 +72,7 @@ export default{
{ title: "理赔状态", dataIndex: "paidSts", width: 120, align: 'center' }, { title: "理赔状态", dataIndex: "paidSts", width: 120, align: 'center' },
{ title: "账单寄送状态", dataIndex: "sendSts", width: 130, align: 'center' }, { title: "账单寄送状态", dataIndex: "sendSts", width: 130, align: 'center' },
{ title: "回款时间", dataIndex: "backDate", width: 130, align: 'center' }, { title: "回款时间", dataIndex: "backDate", width: 130, align: 'center' },
{ title: "回款金额", dataIndex: "backAmountCny", width: 130, align: 'center' }, { title: "回款金额", dataIndex: "paidAmountEob", width: 130, align: 'center' },
{ title: "坏账", dataIndex: "badBillAmount", width: 130, align: 'center' }, { title: "坏账", dataIndex: "badBillAmount", width: 130, align: 'center' },
{ title: "个人欠费", dataIndex: "perNoPaidAmount", width: 130, align: 'center' }, { title: "个人欠费", dataIndex: "perNoPaidAmount", width: 130, align: 'center' },
{ title: "备注", dataIndex: "remark", width: 160, align: 'center' }, { title: "备注", dataIndex: "remark", width: 160, align: 'center' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment