Commit 680a704d authored by 杨芳博-DEL's avatar 杨芳博-DEL

Merge branch 'func-ECCS-2391' into test

parents 8e606c71 fa77f995
......@@ -433,14 +433,14 @@ export default {
width: 150
},
{
title: '收银',
dataIndex: 'receiptTellerName',
title: '回款金额',
dataIndex: 'writeOffAmount',
ellipsis: true,
width: 120
width: 150
},
{
title: '回款金',
dataIndex: 'writeOffAmount',
title: '未清余',
dataIndex: 'residueBackAmount',
ellipsis: true,
width: 150
},
......@@ -463,10 +463,10 @@ export default {
}
},
{
title: '未清余额',
dataIndex: 'residueBackAmount',
title: '收银',
dataIndex: 'receiptTellerName',
ellipsis: true,
width: 150
width: 120
}
];
return base;
......
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