liuqiwen пре 3 година
родитељ
комит
f0cc679690
1 измењених фајлова са 1 додато и 1 уклоњено
  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;