zhangwencui
41 分钟以前 f08a81f01bc4a4104dd9ef04e071bb0bd0eb8afe
src/views/mes/home/modules/work-order-chart.vue
@@ -1,9 +1,9 @@
<script lang="ts" setup>
import type { EchartsUIType } from '../../../../packages/effects/plugins/src/echarts';
import type { EchartsUIType } from '@vben/plugins/echarts';
import { onMounted, ref } from 'vue';
import { EchartsUI, useEcharts } from '../../../../packages/effects/plugins/src/echarts';
import { EchartsUI, useEcharts } from '@vben/plugins/echarts';
import { Card } from 'ant-design-vue';