@ -44,6 +44,11 @@ const TableList: React.FC<{}> = () => {
}, [location.pathname]);
const columns: ProColumns<API.PbcProduct>[] = [
{
title: '商品ID',
dataIndex: 'pbcId',
search: false
},
title: '商品类目',
dataIndex: 'pbcProductCategoryId',