Commit a7032521 authored by 潘自豪's avatar 潘自豪

Merge remote-tracking branch 'origin/ld_databoard_fix' into ld_databoard_fix

parents 3a6b54de fd2c41d0
......@@ -584,7 +584,7 @@ export default {
return conver_amont(param) + "万元";
},
pieDataFormatter(param) {
return param.name + '\r\n' + this.pieDataValueFormatter(param.value) + "万元";
return param.name + '\r\n' + this.pieDataValueFormatter(param.value);
},
getLoseAndAdd() {
getOrderLoseAddCustomer(this.today).then(res => {
......
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