feat 展示货号列
All checks were successful
Build image / build (push) Successful in 1m17s

This commit is contained in:
timerzz 2024-04-12 15:43:09 +08:00
parent 4b9085fe95
commit 7511492330

View File

@ -202,6 +202,11 @@ const columns = [
dataIndex: 'name',
key: 'name',
},
{
title: '货号',
dataIndex: 'pid',
key: 'pid',
},
{
title: '品牌',
dataIndex: 'brand',