From f2db99c63002f31bfd278e9ca45a3637c9370c77 Mon Sep 17 00:00:00 2001 From: tikkhun Date: Fri, 23 Jan 2026 18:29:07 +0800 Subject: [PATCH] =?UTF-8?q?fix(Statistics/Sales):=20=E5=B0=86=E5=88=97?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E4=BB=8E'=E4=BA=A7=E5=93=81=E5=90=8D?= =?UTF-8?q?=E7=A7=B0'=E6=94=B9=E4=B8=BA'=E4=BA=A7=E5=93=81sku'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Statistics/Sales/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Statistics/Sales/index.tsx b/src/pages/Statistics/Sales/index.tsx index a8ab853..8da6180 100644 --- a/src/pages/Statistics/Sales/index.tsx +++ b/src/pages/Statistics/Sales/index.tsx @@ -42,7 +42,7 @@ const ListPage: React.FC = () => { hideInTable: true, }, { - title: '产品名称', + title: '产品sku', dataIndex: 'sku', }, {