From fe2276259d5186a7f4a542fd72324779ed60e8d5 Mon Sep 17 00:00:00 2001 From: sladro Date: Sat, 20 Sep 2025 15:41:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=99=BA=E8=83=BD?= =?UTF-8?q?=E8=96=84=E5=A3=B3=E5=88=86=E6=9E=90=E4=BD=93=E7=A7=AF=E5=87=8F?= =?UTF-8?q?=E5=B0=91=E5=80=BC=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将volumeReduction字段直接显示,保留6位小数精度 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/components/pages/ShellAnalysisResult.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/pages/ShellAnalysisResult.vue b/src/components/pages/ShellAnalysisResult.vue index ae37d18..1636fcf 100644 --- a/src/components/pages/ShellAnalysisResult.vue +++ b/src/components/pages/ShellAnalysisResult.vue @@ -126,7 +126,7 @@ {{ part.id }} {{ part.name }} {{ part.partPath }} - {{ formatPercent(part.volumeReduction) }}% + {{ (part.volumeReduction || 0).toFixed(6) }}% {{ formatPercent(part.confidence * 100) }}% {{ part.reason }}