20251010-订单列表增加手机号查询逻辑修改

This commit is contained in:
zhuotianyuan 2025-10-10 15:16:48 +08:00
parent 0cc8d6e41a
commit be674e694d
1 changed files with 2 additions and 0 deletions

View File

@ -209,6 +209,8 @@ const ListPage: React.FC = () => {
{
title: '联系电话',
dataIndex: 'billing_phone',
render: (_, record) => record.shipping?.phone || record.billing?.phone,
},
{
title: '州',