Quellcode durchsuchen

新增组件及页面

liuqiwen vor 3 Jahren
Ursprung
Commit
f0cc679690
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      dgtis-ui/src/views/system/userInfoDetails/index.vue

+ 1 - 1
dgtis-ui/src/views/system/userInfoDetails/index.vue

@@ -252,7 +252,7 @@ export default {
           that.custInfo = response.data.custInfo;
           that.custInfo.wjbf = (parseFloat(that.custInfo.prem)-parseFloat(that.custInfo.handedinprem)).toFixed(2);
           if(that.custInfo.wjbf == 0){
-              that.custInfo.wjbf = "0.00"
+              that.custInfo.wjbf = "0.0"
           }
           if(!that.custInfo.noivpolicy || that.custInfo.noivpolicy <= 0){
             that.custInfo.noivpolicy = 0;