添加市场

This commit is contained in:
liu
2026-08-20 15:39:39 +08:00
parent cd7007bc49
commit 22237a47e7
20 changed files with 134 additions and 239 deletions
+13 -1
View File
@@ -401,6 +401,18 @@ const ProductGoodsPage: React.FC = () => {
},
render: (_, record) => record.supplier?.name ?? '-',
},
{
title: '市场',
dataIndex: 'market',
valueType: 'text',
align: 'center',
fieldProps: {
placeholder: '市场名称,如:新发地',
maxLength: 50,
allowClear: true,
},
render: (_, record) => record.market || '-',
},
{
title: '状态',
dataIndex: 'status',
@@ -552,7 +564,7 @@ const ProductGoodsPage: React.FC = () => {
>
<div className="mb-3">
<Text type="secondary">
**/
**/
//
</Text>