dev-v2
Joe 2 months ago
parent 7ab2d311a0
commit 26f4721989

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

Loading…
Cancel
Save