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: '州',