Commit 1ec29531 authored by 周留芳's avatar 周留芳

字段名称修改

parent 67472863
......@@ -182,7 +182,7 @@ export default {
// { title: "保险公司", dataIndex: "payorName", ellipsis: true, width: 160 },
{ title: "账单日期", dataIndex: "receiptDate", ellipsis: true, width: 150 },
{ title: "收银", dataIndex: "receiptTellerName", ellipsis: true, width: 120,},
{ title: "原始账单金额", dataIndex: "actualAmount", ellipsis: true, width: 150,},
{ title: "账单金额", dataIndex: "actualAmount", ellipsis: true, width: 150,},
{ title: "回款金额", dataIndex: "writeOffAmount", ellipsis: true, width: 150},
{ title: "未清余额", dataIndex: "residueBackAmount", ellipsis: true, width: 150,},
];
......
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