Commit c54b2ec1 authored by XieZhiXiong's avatar XieZhiXiong

chore: 补全类型

parent 97202b89
......@@ -111,13 +111,6 @@ const DetailInfo: React.FC<DetailInfoProps> = ({
{
title: '订单号',
dataIndex: 'orderNo',
render: (text, record) => (
<EyePreview
url={`${target}?orderNo=${text}`}
>
{text}
</EyePreview>
),
},
{
title: '商品ID',
......
......@@ -44,7 +44,7 @@ const ProductList: React.FC<HistoryListHistoryListProps> = ({
dataSource={dataSource}
columns={columns}
loading={loading}
pagination={null}
pagination={undefined}
/>
</MellowCard>
);
......
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