Commit fa77f995 authored by 杨芳博-DEL's avatar 杨芳博-DEL

更换未清余额位置

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