添加款号

master
Joe 10 months ago
parent 86130b2486
commit e0e84505b0

@ -70,6 +70,10 @@ const TableList: React.FC<{}> = () => {
title: '商品名称', title: '商品名称',
dataIndex: 'pbcProductTitle', dataIndex: 'pbcProductTitle',
}, },
{
title: '款号',
dataIndex: 'pbcProductShelfNumber',
},
{ {
title: '价格', title: '价格',
dataIndex: 'pbcProductPrice', dataIndex: 'pbcProductPrice',

Loading…
Cancel
Save