修复别名错误
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user