fix: layers.js财务层key从financial改为finance(匹配后端)

This commit is contained in:
Hermes CI Fix
2026-07-23 17:27:39 +08:00
parent 9acb651ad8
commit 8a4fd1dd00
+3 -3
View File
@@ -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: '💰',