浏览代码

新增组件及页面

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;