3 天以前 bbce6db600e6bb0cf2a3bb78bdf5ccff70b737a8
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';