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