This commit is contained in:
PC-202306242200\Administrator
2024-09-26 21:10:41 +08:00
parent 2bac0b8926
commit df17a3cfb7
41 changed files with 246 additions and 46 deletions

View File

@@ -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: '销售价格',