diff --git a/src/pages/Manager/BasicManager/List/Manufacturer/index.tsx b/src/pages/Manager/BasicManager/List/Manufacturer/index.tsx index 0ce6ab5..71c4eb7 100644 --- a/src/pages/Manager/BasicManager/List/Manufacturer/index.tsx +++ b/src/pages/Manager/BasicManager/List/Manufacturer/index.tsx @@ -79,11 +79,11 @@ const Page: FC = () => { }, { title: '联系人1电话', - dataIndex: 'phone1', + dataIndex: 'tel1', }, { title: '联系人1手机', - dataIndex: 'tel1', + dataIndex: 'phone1', }, { title: '联系人2姓名', @@ -92,12 +92,12 @@ const Page: FC = () => { }, { title: '联系人2电话', - dataIndex: 'phone2', + dataIndex: 'tel2', render: (text: string) => text || '--', }, { title: '联系人2手机', - dataIndex: 'tel2', + dataIndex: 'phone2', render: (text: string) => text || '--', }, {