1
This commit is contained in:
@@ -32,6 +32,9 @@ const GoodsTableList: React.FC = () => {
|
||||
dataIndex: 'itemType',
|
||||
valueType: 'text',
|
||||
search: false,
|
||||
render: (_: any, record: any) => {
|
||||
return record?.itemType ? record?.itemType + 'KW' :'-'
|
||||
}
|
||||
},
|
||||
{
|
||||
title: '销售价格',
|
||||
|
||||
Reference in New Issue
Block a user