gaoluyang
2026-06-24 bfdc0e0e6d5e47aa501f9b6fadd143d9c97cf00a
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';