Commit 777f0901 authored by 卢均锐's avatar 卢均锐

fix: [19537] 待对账列表,缺少显示已对账数量

parent f4f4cb49
......@@ -148,6 +148,10 @@ const ReadyReconciliation: React.FC = () => {
key: 'receiveQuantity',
dataIndex: 'receiveQuantity',
}, {
title: '已对账数量',
key: 'reconciledQuantity',
dataIndex: 'reconciledQuantity',
}, {
title: intl.formatMessage({ id: 'balance.yiduizhangjine' }),
key: 'reconciledMoney',
dataIndex: 'reconciledMoney',
......
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