Commit adf613ab authored by 张锡奇's avatar 张锡奇
parents 8e4791d8 297bdb4a
......@@ -62,7 +62,7 @@ export default {
}
},"加载中",{})
this.list.map(x=>{
x['应收'] = (Math.round(x['应收']*100)/100).toLocaleString()
x['应收'] = ((Math.round(x['应收']*100)/100)||"").toLocaleString();
})
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment