修复BUG
This commit is contained in:
@@ -387,6 +387,15 @@ const ProductGoodsPage: React.FC = () => {
|
||||
initialValue: '斤',
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: '单价单位',
|
||||
dataIndex: 'price_unit',
|
||||
valueType: 'text',
|
||||
hideInTable: true,
|
||||
hideInSearch: true,
|
||||
initialValue: '元/斤',
|
||||
fieldProps: { placeholder: '如:元/斤、元/箱', maxLength: 20 },
|
||||
},
|
||||
{
|
||||
title: '排序',
|
||||
dataIndex: 'sort',
|
||||
|
||||
Reference in New Issue
Block a user