From e0e84505b02f847d306c28ae9cc3f599befb17d7 Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 3 Jan 2025 14:38:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=AC=BE=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ProductList/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) 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',