forked from yoone/WEB
1
0
Fork 0

fix: 订单列表-历史订单

This commit is contained in:
cll 2025-08-08 20:24:08 +08:00
parent 644fb1775f
commit 94962c4835
1 changed files with 190 additions and 182 deletions

View File

@ -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} />,