From 371aa74c31494877a530b8fa00ffd70311f57330 Mon Sep 17 00:00:00 2001 From: Hera Zhao Date: Mon, 13 Apr 2026 15:29:41 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A4=8D=E7=89=A9=E7=A9=BA=E8=83=B6?= =?UTF-8?q?=E5=9B=8A=E8=AF=A6=E6=83=85=E6=98=BE=E7=A4=BA=E6=AF=8F=E9=A2=97?= =?UTF-8?q?=E4=BB=B7=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/views/OilReference.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/OilReference.vue b/frontend/src/views/OilReference.vue index d5c21ec..f676e3a 100644 --- a/frontend/src/views/OilReference.vue +++ b/frontend/src/views/OilReference.vue @@ -237,7 +237,7 @@ {{ getMeta(selectedOilName)?.bottlePrice != null ? ('¥ ' + getMeta(selectedOilName).bottlePrice.toFixed(2)) : '--' }}
- 每滴价格 + 每{{ oilPriceUnit(selectedOilName) }}价格 {{ oils.pricePerDrop(selectedOilName) ? ('¥ ' + oils.pricePerDrop(selectedOilName).toFixed(4)) : '--' }}
@@ -245,7 +245,7 @@ ¥ {{ getMeta(selectedOilName).retailPrice.toFixed(2) }}
- 每滴价格 + 每{{ oilPriceUnit(selectedOilName) }}价格 ¥ {{ (getMeta(selectedOilName).retailPrice / getMeta(selectedOilName).dropCount).toFixed(4) }}