9.28 修改procurementTypeDict

This commit is contained in:
jl-zhoujl2
2022-09-28 09:52:13 +08:00
parent 566ebae68b
commit aa36a2bf94
3 changed files with 6 additions and 6 deletions

View File

@ -193,7 +193,7 @@ const Index: React.FC<{}> = () => {
dataIndex: 'procurementTypeDict',
search: false,
width: '5%',
valueEnum: proTableValueEnum(dictData['procurement_type=entrust'])
render: (_: any, record: any) => multipleTypeTransform(record.procurementTypeDict, proTableValueEnum(dictData['procurement_type=entrust'])),
},
{
title: '采购方式',