diff --git a/src/pages/ProductList/index.tsx b/src/pages/ProductList/index.tsx index f3866e8..9804417 100644 --- a/src/pages/ProductList/index.tsx +++ b/src/pages/ProductList/index.tsx @@ -70,6 +70,10 @@ const TableList: React.FC<{}> = () => { title: '商品名称', dataIndex: 'pbcProductTitle', }, + { + title: '款号', + dataIndex: 'pbcProductShelfNumber', + }, { title: '价格', dataIndex: 'pbcProductPrice',