From 26f472198970b393f500ea19cf16cc9ff179e45b Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 28 Oct 2025 22:47:39 +0800 Subject: [PATCH] up --- src/pages/ProductList/index.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/ProductList/index.tsx b/src/pages/ProductList/index.tsx index 085dca4..f0fedb0 100644 --- a/src/pages/ProductList/index.tsx +++ b/src/pages/ProductList/index.tsx @@ -44,6 +44,11 @@ const TableList: React.FC<{}> = () => { }, [location.pathname]); const columns: ProColumns[] = [ + { + title: '商品ID', + dataIndex: 'pbcId', + search: false + }, { title: '商品类目', dataIndex: 'pbcProductCategoryId',