Fix: 客户管理补充手机号搜索

This commit is contained in:
黄珑 2026-01-22 18:01:42 +08:00
parent 84ec4f5895
commit e6075f174c
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ const ListPage: React.FC = () => {
{
title: 'phone',
dataIndex: 'phone',
hideInSearch: true,
hideInSearch: false,
render: (_, record) => record?.billing.phone || record?.shipping.phone,
},
{