Commit 715b7e1b authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

🌈 style: 去掉多出的括号

parent 9b3ec29f
......@@ -134,7 +134,7 @@ const LogisticsDetailLayout = () => {
title: '数量/单位',
key: 'amount',
dataIndex: 'amount',
render: (text: any, record: any) => <Typography.Text>{`${text}/${record.unitName}`}}</Typography.Text>
render: (text: any, record: any) => <Typography.Text>{`${text}/${record.unitName}`}</Typography.Text>
},
{
title: <>箱数<br />合计:{dataSource.totalCarton}</>,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment