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

Merged
longbot merged 1 commits from zhuotianyuan/WEB:main into main 2025-10-10 07:30:28 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit be674e694d - Show all commits

View File

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