修复别名错误

This commit is contained in:
liu
2026-06-17 13:01:48 +08:00
parent a5eb91fadd
commit 94dc78cd9c
2 changed files with 8 additions and 7 deletions
@@ -30,18 +30,19 @@ const Table: React.FC = () => {
required: true,
rules: [{ required: true, message: t('merchant.portal.product-category.name.required') }],
},
{
title: t('merchant.portal.product-category.parent_id'),
dataIndex: 'parent_id',
valueType: 'text',
align: 'center',
},
{
title: t('merchant.portal.product-category.slug'),
dataIndex: 'slug',
valueType: 'text',
align: 'center',
hideInSearch: true,
rules: [{ required: true }],
},
{
title: t('merchant.portal.product-category.parent_id'),
dataIndex: 'parent_id',
valueType: 'text',
align: 'center',
},
{
title: t('merchant.portal.product-category.icon'),