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-dashboard/index.vue | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/views/bi/decision/kpi-dashboard/index.vue b/src/views/bi/decision/kpi-dashboard/index.vue
index a41563a..da68316 100644
--- a/src/views/bi/decision/kpi-dashboard/index.vue
+++ b/src/views/bi/decision/kpi-dashboard/index.vue
@@ -25,20 +25,22 @@
}
const CATEGORY_MAP: Record<string, string> = {
- power_supply: '渚涚數閲�',
+ energy: '鑳借��',
device_operation: '璁惧杩愯',
production: '鐢熶骇',
quality: '璐ㄩ噺',
procurement: '閲囪喘',
+ sales: '钀ラ攢',
safety: '瀹夊叏',
};
const CATEGORY_COLORS: Record<string, string> = {
- power_supply: '#1677ff',
+ energy: '#f59e0b',
device_operation: '#722ed1',
production: '#13c2c2',
quality: '#52c41a',
procurement: '#fa8c16',
+ sales: '#1677ff',
safety: '#ff4d4f',
};
--
Gitblit v1.9.3