forked from yoone/WEB
1
0
Fork 0

20251010-zhuotianyuan-详情页面格式调整

This commit is contained in:
zhuotianyuan 2025-10-10 16:12:48 +08:00
parent 3886a03ac9
commit 1843a16dd7
1 changed files with 1 additions and 2 deletions

View File

@ -752,10 +752,9 @@ const Detail: React.FC<{
/> />
<ProDescriptions.Item label="金额" dataIndex="total" /> <ProDescriptions.Item label="金额" dataIndex="total" />
<ProDescriptions.Item label="客户邮箱" dataIndex="customer_email" /> <ProDescriptions.Item label="客户邮箱" dataIndex="customer_email" />
<ProDescriptions.Item label="联系电话" dataIndex="billing_phone" <ProDescriptions.Item label="联系电话" span={3}
render={(_, record) => { return ( render={(_, record) => { return (
<div> <div>
phone
<span> <span>
{record?.shipping?.phone || record?.billing?.phone || '-'} {record?.shipping?.phone || record?.billing?.phone || '-'}
</span> </span>