spring
2026-07-03 2540d86f0dbd77f654f558c3bf9d5ddbe7422f16
src/views/mes/home/chart-options.ts
@@ -1,4 +1,4 @@
import type { EChartsOption } from '../../../packages/effects/plugins/src/echarts';
import type { EChartsOption } from '../../../packages/effects/plugins/src/echarts';
/** 生产趋势折线图配置 */
export function getProductionTrendChartOptions(
@@ -40,7 +40,7 @@
  };
}
/** 工单状态分布饼图配置 */
/** 订单状态分布饼图配置 */
export function getWorkOrderStatusChartOptions(
  data: Array<{ itemStyle: { color: string }; name: string; value: number }>,
): EChartsOption {