Commit 03676599 authored by XieZhiXiong's avatar XieZhiXiong

fix: 修复国际化导致的字段不显示的问题

parent de9438a9
......@@ -42,8 +42,8 @@ const QuotaMenage: React.FC = () => {
const defaultColumns: ColumnType<any>[] = [
{
title: '会员归属',
dataIndex: intl.formatMessage({id: 'payandSettle.creditApplication.quotaMenage.defaultColumns.parentMemberName'}),
title: intl.formatMessage({id: 'payandSettle.creditApplication.quotaMenage.defaultColumns.parentMemberName'}),
dataIndex: 'parentMemberName',
align: 'center',
render: (text, record) => (
<>
......
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