forked from yoone/WEB
20251010-订单列表增加手机号查询逻辑修改
This commit is contained in:
parent
0cc8d6e41a
commit
be674e694d
|
|
@ -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: '州',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue