liuqiwen 3 лет назад
Родитель
Сommit
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;