From e8af6e256517999e2c94c51f9212264942c4b927 Mon Sep 17 00:00:00 2001 From: Hera Zhao Date: Thu, 16 Apr 2026 11:01:19 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20Excel=20=E5=AF=BC=E5=87=BA=E8=8B=B1?= =?UTF-8?q?=E6=96=87=E5=90=8D=E4=B9=9F=E7=9B=B4=E6=8E=A5=E5=8F=96=20DB=20m?= =?UTF-8?q?eta.enName?= 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/OilReference.vue b/frontend/src/views/OilReference.vue index 816991b..060b6b4 100644 --- a/frontend/src/views/OilReference.vue +++ b/frontend/src/views/OilReference.vue @@ -900,7 +900,7 @@ async function exportExcel() { for (const name of sortedNames) { const meta = getMeta(name) if (!meta) continue - const en = getEnglishName(name) + const en = meta.enName || getEnglishName(name) const vol = volumeLabel(meta.dropCount, name) const unit = oilPriceUnit(name) const ppdNum = oils.pricePerDrop(name)