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 {