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