Browse Source

修改入账付款方

LiFei 6 years atrás
parent
commit
2618a61570
1 changed files with 8 additions and 1 deletions
  1. 8 1
      src/views/saasmanager/HwPlatformCompanyAccountDetailZSList.vue

+ 8 - 1
src/views/saasmanager/HwPlatformCompanyAccountDetailZSList.vue

@@ -114,7 +114,14 @@
           {
             title:'付款方',
             align:"center",
-            dataIndex: 'hwRequirement.companyName'
+            dataIndex: 'hwRequirement.companyName',
+            customRender:function (text,record) {
+              if(record.isThroughPlatform==1){
+                return record.platformName
+              }else{
+                return record.hwRequirement.companyName
+              }
+            }
           },
           {
             title:'服务商',