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',