From d54782f7420ec9669d53afbff9375adce2653c5b Mon Sep 17 00:00:00 2001 From: cll <931958862@qq.com> Date: Sat, 23 Aug 2025 11:47:10 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E9=94=80=E5=94=AE=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Statistics/Sales/index.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/Statistics/Sales/index.tsx b/src/pages/Statistics/Sales/index.tsx index d3fa393..fabbc20 100644 --- a/src/pages/Statistics/Sales/index.tsx +++ b/src/pages/Statistics/Sales/index.tsx @@ -52,12 +52,12 @@ const ListPage: React.FC = () => { }, hideInTable: true, }, - { - title: '分类', - dataIndex: 'categoryName', - hideInSearch: true, - hideInTable: isSource, - }, + // { + // title: '分类', + // dataIndex: 'categoryName', + // hideInSearch: true, + // hideInTable: isSource, + // }, { title: '数量', dataIndex: 'totalQuantity',