@@ -117,7 +117,7 @@
dataIndex: 'hwRequirement.companyName',
customRender:function (text,record) {
if(record.isThroughPlatform==1){
- return record.platformName
+ return record.enterpriseName
}else{
return record.hwRequirement.companyName
}