xiaoyi
昨天 9637c9dd2994f73def8b906411545617016553c5
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';