From 5806392844e7413c6eae20220bb1c0ca53d707bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=8D=9A=E6=96=87?= <1179111926@qq.com> Date: Tue, 27 Sep 2022 14:06:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Manager/BasicManager/List/Manufacturer/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 || '--', }, {