|
|
@@ -190,7 +190,7 @@ const Manage = () => { |
|
|
|
width: 120, |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '应付款金额', |
|
|
|
title: '应收款金额', |
|
|
|
dataIndex: 'orderOriginalMoney', |
|
|
|
renderText: (val) => `${val}¥`, |
|
|
|
hideInSearch: true, |
|
|
@@ -203,7 +203,7 @@ const Manage = () => { |
|
|
|
width: 120, |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '实际付款金额', |
|
|
|
title: '实收付款金额', |
|
|
|
dataIndex: 'orderRealMoney', |
|
|
|
hideInSearch: true, |
|
|
|
renderText: (val) => `${val}¥`, |
|
|
|