Parcourir la source

修改入账页面服务费

LiFei il y a 6 ans
Parent
commit
f8e3bf78ce
1 fichiers modifiés avec 1 ajouts et 9 suppressions
  1. 1 9
      src/views/saasmanager/HwPlatformCompanyAccountDetailList.vue

+ 1 - 9
src/views/saasmanager/HwPlatformCompanyAccountDetailList.vue

@@ -155,15 +155,7 @@
           {
             title:'服务费',
             align:"center",
-            dataIndex: 'serviceFee',
-            customRender:function (text) {
-              if(text==null){
-                return "补发"
-              }else{
-                return text;
-              }
-            }
-
+            dataIndex: 'subServiceFee',
           },
           {
             title:'时间',