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

chore: 修改待对账列表的结算方式字段key

parent 01193fb1
...@@ -100,8 +100,8 @@ const ReadyReconciliation: React.FC = () => { ...@@ -100,8 +100,8 @@ const ReadyReconciliation: React.FC = () => {
const childColumns: ColumnType<any>[] = [{ const childColumns: ColumnType<any>[] = [{
title: intl.formatMessage({ id: 'balance.jiesuanfangshi' }), title: intl.formatMessage({ id: 'balance.jiesuanfangshi' }),
key: 'payWay', key: 'payWayName',
dataIndex: 'payWay', dataIndex: 'payWayName',
}, { }, {
title: intl.formatMessage({ id: 'balance.yujijiesuanriqi' }), title: intl.formatMessage({ id: 'balance.yujijiesuanriqi' }),
key: 'expectPayTime', key: 'expectPayTime',
......
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