gaoluyang
2 天以前 b64a0deae5b5d33f9e20671a68936b27f0b9b00b
src/views/im/manager/statistics/components/distribution-chart.vue
@@ -1,11 +1,11 @@
<script lang="ts" setup>
import type { EchartsUIType } from '..\..\..\..\..\packages\effects\plugins\src\echarts';
import type { EchartsUIType } from '#/packages/effects/plugins/src/echarts';
import { nextTick, onMounted, ref } from 'vue';
import { DICT_TYPE } from '..\..\..\..\..\packages\constants\src';
import { getDictObj } from '..\..\..\..\..\packages\effects\hooks\src';
import { EchartsUI, useEcharts } from '..\..\..\..\..\packages\effects\plugins\src\echarts';
import { DICT_TYPE } from '#/packages/constants/src';
import { getDictObj } from '#/packages/effects/hooks/src';
import { EchartsUI, useEcharts } from '#/packages/effects/plugins/src/echarts';
import { Card } from 'ant-design-vue';