From f5e00650531453feb9e3d434eb2dac9db16ba979 Mon Sep 17 00:00:00 2001 From: zhuotianyuan Date: Tue, 23 Dec 2025 19:21:45 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=AE=A2=E5=8D=95=E5=88=97=E8=A1=A8):=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=A4=96=E9=83=A8=E8=AE=A2=E5=8D=95ID?= =?UTF-8?q?=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Order/List/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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, },