Преглед изворни кода

修改入账页面服务费

LiFei пре 6 година
родитељ
комит
f8e3bf78ce
1 измењених фајлова са 1 додато и 9 уклоњено
  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:'时间',