From 2b99b143a8b3fb0db9c64836dc7e1628f9f86b8e Mon Sep 17 00:00:00 2001 From: Hermes CI Fix Date: Sun, 19 Jul 2026 16:55:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20KPI=E5=88=86=E7=B1=BB=E8=8B=B1=E6=96=87?= =?UTF-8?q?=E6=94=B9=E4=B8=AD=E6=96=87+=E8=A1=A5=E5=85=A8=E7=BC=BA?= =?UTF-8?q?=E5=A4=B1=E5=88=86=E7=B1=BB=E6=98=A0=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/KPIList.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/frontend/src/views/KPIList.vue b/frontend/src/views/KPIList.vue index 3808f403..932927b7 100644 --- a/frontend/src/views/KPIList.vue +++ b/frontend/src/views/KPIList.vue @@ -392,8 +392,9 @@ const CAT_MAP: Record = { revenue_growth: '收入增长', profitability: '盈利水平', cost_control: '成本费用', asset_efficiency: '资产效率', cash_risk: '现金流风控', customer_scale: '客户规模', customer_concentration: '客户集中度', customer_satisfaction: '客户满意', - supply_chain: '供应链效率', delivery_quality: '交付质量', - talent_pipeline: '人才梯队', employee_engagement: '员工敬业', innovation: '创新改善', + supply_chain: '供应链效率', delivery_quality: '交付质量', customer_mgmt: '客户管理', regulatory: '法规与社会', + talent_pipeline: '人才梯队', employee_engagement: '员工敬业', innovation_capability: '创新资本', + r_and_d: '研发管理', } const FREQ_MAP: Record = { daily: '日', weekly: '周', monthly: '月', quarterly: '季', yearly: '年' } const SOURCE_MAP: Record = { erp: 'ERP', excel: 'Excel', manual: '手工' } @@ -402,8 +403,8 @@ const SOURCE_MAP: Record = { erp: 'ERP', excel: 'Excel', manual: const DIM_CAT_MAP: Record = { finance: ['revenue_growth', 'profitability', 'cost_control', 'asset_efficiency', 'cash_risk'], customer: ['customer_scale', 'customer_concentration', 'customer_satisfaction'], - process: ['supply_chain', 'delivery_quality'], - learning: ['talent_pipeline', 'employee_engagement', 'innovation'], + process: ['supply_chain', 'delivery_quality', 'customer_mgmt', 'regulatory', 'r_and_d'], + learning: ['talent_pipeline', 'employee_engagement', 'innovation_capability'], } // 二级类别选项(联动维度)