20251010-订单列表增加手机号查询逻辑修改 #22
|
|
@ -209,6 +209,8 @@ const ListPage: React.FC = () => {
|
|||
{
|
||||
title: '联系电话',
|
||||
dataIndex: 'billing_phone',
|
||||
render: (_, record) => record.shipping?.phone || record.billing?.phone,
|
||||
|
||||
},
|
||||
{
|
||||
title: '州',
|
||||
|
|
|
|||
Loading…
Reference in New Issue