diff --git a/src/components/datav/statistic.vue b/src/components/datav/statistic.vue index 3a39361..4418a61 100644 --- a/src/components/datav/statistic.vue +++ b/src/components/datav/statistic.vue @@ -1,52 +1,57 @@ - {{ isDecimal ? parseFloat(outputValue.toFixed(2)) : parseInt(outputValue) }}{{ valueUnit }} + + + {{ props.value }} + + + {{ formattedNumber }}{{ valueUnit }} + {{ title }} + + + \ No newline at end of file