xiaoyi
6 天以前 27c8277d717b34b55f3ea967027b53b067f77df3
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 {