Commit c5ee8e7f authored by 卢均锐's avatar 卢均锐

chore: 业务对账协同列表字段修改

parent 140e48b8
......@@ -71,8 +71,8 @@ const ReadyConfirm: React.FC = () => {
width: 180
}, {
title: intl.formatMessage({ id: 'balance.waibuzhuangtai' }),
key: 'status',
dataIndex: 'status',
key: 'statusName',
dataIndex: 'statusName',
render: (text: any) => <StatusTag type='primary' title={text} />
}, {
title: intl.formatMessage({ id: 'balance.caozuo' }),
......
......@@ -71,8 +71,8 @@ const ReadyPay: React.FC = () => {
width: 180
}, {
title: intl.formatMessage({ id: 'balance.waibuzhuangtai' }),
key: 'status',
dataIndex: 'status',
key: 'statusName',
dataIndex: 'statusName',
render: (text: any, record: any) => <StatusTag type='primary' title={text} />
}, {
title: intl.formatMessage({ id: 'balance.caozuo' }),
......
......@@ -75,8 +75,8 @@ const Search: React.FC = () => {
width: 180
}, {
title: intl.formatMessage({ id: 'balance.waibuzhuangtai' }),
key: 'status',
dataIndex: 'status',
key: 'statusName',
dataIndex: 'statusName',
render: (text: any) => <StatusTag type='default' 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