diff --git a/src/pages/Customer/List/index.tsx b/src/pages/Customer/List/index.tsx index e9c8b03..12357fc 100644 --- a/src/pages/Customer/List/index.tsx +++ b/src/pages/Customer/List/index.tsx @@ -125,7 +125,7 @@ const ListPage: React.FC = () => { { title: 'phone', dataIndex: 'phone', - hideInSearch: true, + hideInSearch: false, render: (_, record) => record?.billing.phone || record?.shipping.phone, }, {