From b53fdde183a6437bd5677649ab5fbafc29e827ff Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Thu, 26 Feb 2026 15:58:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E5=AD=97=E6=94=AF=E6=8C=81=E5=AD=97?= =?UTF-8?q?=E7=AC=A6=E4=B8=B2=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/datav/statistic.vue | 63 ++++++++++++++++-------------- 1 file changed, 34 insertions(+), 29 deletions(-) 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