Commit ec18bcfa authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix: 订单详情支付信息显示支付内部状态

parent 017f6d88
......@@ -185,6 +185,12 @@ const OrderPayTabs: React.FC<OrderPayTabsProps> = () => {
key: 'outerStatusName',
},
{
title: intl.formatMessage({ id: 'transaction_components.neibuzhuangtai' }),
dataIndex: 'innerStatusName',
align: 'center',
key: 'innerStatusName',
},
{
title: intl.formatMessage({ id: 'transaction_components.zhifubili' }),
key: 'payRate',
dataIndex: 'payRate',
......
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