Commit 5d2d35e1 authored by 卢均锐's avatar 卢均锐

fix: [19770] 通过待请款进入的对账单请款---请款明细的请款金额计算错误

-更换字段
parent 7ccd0e08
...@@ -623,11 +623,11 @@ const Add = () => { ...@@ -623,11 +623,11 @@ const Add = () => {
title: ( title: (
<Space direction='vertical'> <Space direction='vertical'>
请款金额 请款金额
<Text type='secondary'>¥ {priceFormat(_mapTablePriceByKey('applyAmount'))}</Text> <Text type='secondary'>¥ {priceFormat(_mapTablePriceByKey('applyPayment'))}</Text>
</Space> </Space>
), ),
key: 'applyAmount', key: 'applyPayment',
dataIndex: 'applyAmount', dataIndex: 'applyPayment',
width: 150, width: 150,
render: (text: any) => ${priceFormat(text)}` render: (text: any) => ${priceFormat(text)}`
}, { }, {
......
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