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

chore: 选择对账单弹窗结算方式字段修改

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