From be674e694d6b33974b7f37cba045278895c07918 Mon Sep 17 00:00:00 2001 From: zhuotianyuan Date: Fri, 10 Oct 2025 15:16:48 +0800 Subject: [PATCH] =?UTF-8?q?20251010-=E8=AE=A2=E5=8D=95=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=89=8B=E6=9C=BA=E5=8F=B7=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Order/List/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/Order/List/index.tsx b/src/pages/Order/List/index.tsx index 92be3be..ce0afd1 100644 --- a/src/pages/Order/List/index.tsx +++ b/src/pages/Order/List/index.tsx @@ -209,6 +209,8 @@ const ListPage: React.FC = () => { { title: '联系电话', dataIndex: 'billing_phone', + render: (_, record) => record.shipping?.phone || record.billing?.phone, + }, { title: '州', -- 2.40.1