陈博文 3 years ago
parent bcee1fa9f6
commit 5806392844

@ -79,11 +79,11 @@ const Page: FC<PageProps> = () => {
},
{
title: '联系人1电话',
dataIndex: 'phone1',
dataIndex: 'tel1',
},
{
title: '联系人1手机',
dataIndex: 'tel1',
dataIndex: 'phone1',
},
{
title: '联系人2姓名',
@ -92,12 +92,12 @@ const Page: FC<PageProps> = () => {
},
{
title: '联系人2电话',
dataIndex: 'phone2',
dataIndex: 'tel2',
render: (text: string) => text || '--',
},
{
title: '联系人2手机',
dataIndex: 'tel2',
dataIndex: 'phone2',
render: (text: string) => text || '--',
},
{

Loading…
Cancel
Save