2 天以前 dc1d067c566bbde1c7170186960a8bd27f210a47
src/views/bi/dashboard/data.ts
@@ -10,6 +10,27 @@
/** 仪表盘元信息映射 */
export const DASHBOARD_META: Record<string, DashboardMeta> = {
  'decision-overview': {
    code: 'decision_overview',
    title: '决策总览',
    subtitle: '全厂核心 KPI 一览与趋势研判大屏',
    gradient: 'from-cyan-600 via-sky-600 to-blue-500',
    icon: 'lucide:layout-dashboard',
  },
  energy: {
    code: 'energy',
    title: '能耗监控',
    subtitle: '用电营销与能耗实时监控大屏',
    gradient: 'from-amber-500 via-orange-500 to-red-500',
    icon: 'lucide:zap',
  },
  'sales-customer': {
    code: 'sales_customer',
    title: '营销客户',
    subtitle: '销售订单与客户经营分析大屏',
    gradient: 'from-emerald-600 via-green-600 to-teal-500',
    icon: 'lucide:users',
  },
  'purchase-sales': {
    code: 'purchase_sales',
    title: '采购 · 销售 · 售后',