BUG 30961
This commit is contained in:
@@ -228,7 +228,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
formatValue(v) {
|
formatValue(v) {
|
||||||
return typeof v == "number" ? (v?.toFixed(1) || v) : v
|
return v?.toString()?.replace(/(\.\d).*/g,'$1') || v
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
|
|||||||
Reference in New Issue
Block a user