Commit 586a079b authored by 卢均锐's avatar 卢均锐

fix: 新增对账单页面-选择对账单页面-订单类型&单据类型

parent db739775
......@@ -88,13 +88,13 @@ const DetailDrawer: React.FC<DetailDrawerProps> = (props: DetailDrawerProps) =>
render: (text: any, record: any) => <StatusTag type='primary' title={text} />
}, {
title: intl.formatMessage({ id: 'balance.dingdanleixing' }),
key: 'orderType',
dataIndex: 'orderType',
key: 'orderTypeName',
dataIndex: 'orderTypeName',
render: (text: any, record: any) => <StatusTag type='primary' title={text} />
}, {
title: intl.formatMessage({ id: 'balance.danjuleixing' }),
key: 'billType',
dataIndex: 'billType',
key: 'billTypeName',
dataIndex: 'billTypeName',
render: (text: any, record: any) => <StatusTag type='primary' title={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