From 10c0de69a202030b1df3d4dec254a1713262c30e Mon Sep 17 00:00:00 2001 From: claw_bot Date: Tue, 10 Mar 2026 08:48:05 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BB=84=E5=90=88=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E9=A1=B5=EF=BC=9A=E6=8C=81=E4=BB=93=E7=9B=88=E4=BA=8F?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=94=B6=E7=9B=8A=E7=8E=87=E7=99=BE=E5=88=86?= =?UTF-8?q?=E6=AF=94=E6=98=BE=E7=A4=BA=EF=BC=8C=E5=AD=97=E6=AE=B5=E6=9B=B4?= =?UTF-8?q?=E7=AE=80=E6=B4=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/detail/detail.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/detail/detail.vue b/pages/detail/detail.vue index c500f52..b35b0f7 100644 --- a/pages/detail/detail.vue +++ b/pages/detail/detail.vue @@ -92,7 +92,7 @@ - 持仓成本 + 成本价 {{ getCurrencySymbol(portfolioData.currency) }}{{ (item.averagePrice || 0).toLocaleString('zh-CN', { minimumFractionDigits: 2, maximumFractionDigits: 2 }) }} @@ -101,6 +101,7 @@ 持仓盈亏 {{ (item.profit || 0) >= 0 ? '+' : '' }}{{ getCurrencySymbol(portfolioData.currency) }}{{ (item.profit || 0).toLocaleString('zh-CN', { minimumFractionDigits: 2, maximumFractionDigits: 2 }) }} + ({{ (item.profitRate || 0) >= 0 ? '+' : '' }}{{ (item.profitRate || 0).toFixed(2) }}%)