From dc1d067c566bbde1c7170186960a8bd27f210a47 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期三, 09 九月 2026 13:45:58 +0800
Subject: [PATCH] feat(bi): 新增决策总览仪表盘并优化预测分析功能

---
 src/views/bi/decision/kpi-config/data.ts |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/views/bi/decision/kpi-config/data.ts b/src/views/bi/decision/kpi-config/data.ts
index c56b089..6e19b12 100644
--- a/src/views/bi/decision/kpi-config/data.ts
+++ b/src/views/bi/decision/kpi-config/data.ts
@@ -39,11 +39,12 @@
       componentProps: {
         options: [
           { label: '鍏ㄩ儴', value: '' },
-          { label: '渚涚數閲�', value: 'power_supply' },
+          { label: '鑳借��', value: 'energy' },
           { label: '璁惧杩愯', value: 'device_operation' },
           { label: '鐢熶骇', value: 'production' },
           { label: '璐ㄩ噺', value: 'quality' },
           { label: '閲囪喘', value: 'procurement' },
+          { label: '钀ラ攢', value: 'sales' },
           { label: '瀹夊叏', value: 'safety' },
         ],
         allowClear: true,
@@ -87,11 +88,12 @@
       component: 'Select',
       componentProps: {
         options: [
-          { label: '渚涚數閲�', value: 'power_supply' },
+          { label: '鑳借��', value: 'energy' },
           { label: '璁惧杩愯', value: 'device_operation' },
           { label: '鐢熶骇', value: 'production' },
           { label: '璐ㄩ噺', value: 'quality' },
           { label: '閲囪喘', value: 'procurement' },
+          { label: '钀ラ攢', value: 'sales' },
           { label: '瀹夊叏', value: 'safety' },
         ],
       },
@@ -145,10 +147,11 @@
 }
 
 export const CATEGORY_MAP: Record<string, string> = {
-  power_supply: '渚涚數閲�',
+  energy: '鑳借��',
   device_operation: '璁惧杩愯',
   production: '鐢熶骇',
   quality: '璐ㄩ噺',
   procurement: '閲囪喘',
+  sales: '钀ラ攢',
   safety: '瀹夊叏',
 };

--
Gitblit v1.9.3