forked from yoone/WEB
1
0
Fork 0

Merge branch 'dev/cll-fix'

This commit is contained in:
cll 2025-08-08 20:24:45 +08:00
commit 45fb186ed3
1 changed files with 190 additions and 182 deletions

View File

@ -310,6 +310,14 @@ const ListPage: React.FC = () => {
: 'block', : 'block',
}, },
}, },
{
key: 'history',
label:
<HistoryOrder
email={record.customer_email}
tableRef={actionRef}
/>,
},
{ {
key: 'note', key: 'note',
label: <OrderNote id={record.id as number} />, label: <OrderNote id={record.id as number} />,