From e6075f174c53ada5e3ec962582295544ed68d18e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E7=8F=91?= Date: Thu, 22 Jan 2026 18:01:42 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E5=AE=A2=E6=88=B7=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=89=8B=E6=9C=BA=E5=8F=B7=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Customer/List/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, {