fix: 订单列表-历史订单
This commit is contained in:
parent
644fb1775f
commit
94962c4835
|
|
@ -310,6 +310,14 @@ const ListPage: React.FC = () => {
|
|||
: 'block',
|
||||
},
|
||||
},
|
||||
{
|
||||
key: 'history',
|
||||
label:
|
||||
<HistoryOrder
|
||||
email={record.customer_email}
|
||||
tableRef={actionRef}
|
||||
/>,
|
||||
},
|
||||
{
|
||||
key: 'note',
|
||||
label: <OrderNote id={record.id as number} />,
|
||||
|
|
|
|||
Loading…
Reference in New Issue