Fix: 客户管理补充手机号搜索
This commit is contained in:
parent
84ec4f5895
commit
e6075f174c
|
|
@ -125,7 +125,7 @@ const ListPage: React.FC = () => {
|
||||||
{
|
{
|
||||||
title: 'phone',
|
title: 'phone',
|
||||||
dataIndex: 'phone',
|
dataIndex: 'phone',
|
||||||
hideInSearch: true,
|
hideInSearch: false,
|
||||||
render: (_, record) => record?.billing.phone || record?.shipping.phone,
|
render: (_, record) => record?.billing.phone || record?.shipping.phone,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue