Explorar el Código

修改入账页面服务费

LiFei hace 6 años
padre
commit
f8e3bf78ce
Se han modificado 1 ficheros con 1 adiciones y 9 borrados
  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:'时间',