fix: 注释页面中的打印

This commit is contained in:
@changcode
2022-10-24 18:40:57 +08:00
parent 64e41c3170
commit de5040d9f4
2 changed files with 2 additions and 3 deletions

View File

@@ -180,7 +180,6 @@ export default {
})
this.chartOption.yAxis[0].axisLabel.formatter = (value) => {
if (type === 'percent') {
console.log(type)
return unitConvert(value, type)[0]
} else {
return unitConvert(value, 'number').join('')