From 8a4fd1dd00e82328c48a0175a8bee6af9fe7d593 Mon Sep 17 00:00:00 2001 From: Hermes CI Fix Date: Thu, 23 Jul 2026 17:27:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20layers.js=E8=B4=A2=E5=8A=A1=E5=B1=82key?= =?UTF-8?q?=E4=BB=8Efinancial=E6=94=B9=E4=B8=BAfinance(=E5=8C=B9=E9=85=8D?= =?UTF-8?q?=E5=90=8E=E7=AB=AF)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/config/layers.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/config/layers.js b/frontend/src/config/layers.js index d466633a..8d252059 100644 --- a/frontend/src/config/layers.js +++ b/frontend/src/config/layers.js @@ -9,12 +9,12 @@ * 学习层 #E6A23C (橙) — 领先指标(根本驱动) */ -export const LAYER_KEYS = ['financial', 'customer', 'process', 'learning'] +export const LAYER_KEYS = ['finance', 'customer', 'process', 'learning'] /** 每层默认的颜色/图标/预设节点 */ export const LAYER_CONFIG = { - financial: { - key: 'financial', + finance: { + key: 'finance', label: '财务层', enLabel: 'Financial', icon: '💰',