diff --git a/src/pages/Order/List/index.tsx b/src/pages/Order/List/index.tsx index c45abaf..f5a1943 100644 --- a/src/pages/Order/List/index.tsx +++ b/src/pages/Order/List/index.tsx @@ -200,6 +200,10 @@ const ListPage: React.FC = () => { title: '订单包含', dataIndex: 'keyword', hideInTable: true, + }, + { + title: '订单ID', + dataIndex: 'externalOrderId', }, { title: '订单日期', @@ -248,7 +252,6 @@ const ListPage: React.FC = () => { { title: '状态', dataIndex: 'orderStatus', - hideInSearch: true, valueType: 'select', valueEnum: ORDER_STATUS_ENUM, },