From 9c47239a9f230627c45dc4eeb43bc0f6d6c7b801 Mon Sep 17 00:00:00 2001 From: hwj Date: Thu, 23 Apr 2026 11:33:18 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E7=94=9F=E4=BA=A7=E6=95=B4?= =?UTF-8?q?=E4=BD=93=E6=A6=82=E5=86=B5-=E5=AD=97=E6=AE=B5=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/dashboard/StatsSection.vue | 2 +- src/locales/zh-CN.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/dashboard/StatsSection.vue b/src/components/dashboard/StatsSection.vue index 0498d18..b9ce5ba 100644 --- a/src/components/dashboard/StatsSection.vue +++ b/src/components/dashboard/StatsSection.vue @@ -35,7 +35,7 @@ async function loadProductionStats() { acc[cur.key] = cur.value return acc }, {}) - const keyOrder = ['1', '2', '3', '4'] + const keyOrder = ['11', '8', '9', '10'] statsData.forEach((stat, index) => { const k = keyOrder[index] stat.value = byKey[k] ?? 0 diff --git a/src/locales/zh-CN.js b/src/locales/zh-CN.js index cc5a330..fa8a77d 100644 --- a/src/locales/zh-CN.js +++ b/src/locales/zh-CN.js @@ -49,7 +49,7 @@ export default { all: '总数', pending: '未开工', running: '生产中', - finished: '完工', + finished: '已完成', mold: '模具', equipment: '设备', keypart: '关键件',