gaoluyang
9 天以前 86966ec9a83b93decbd93fc8ce2be1882d4c9775
src/views/mes/cal/calendar/modules/type-view.vue
@@ -1,10 +1,10 @@
<script lang="ts" setup>
import type { DictDataType } from '../../../../../packages/effects/hooks/src';
import type { DictDataType } from '@vben/hooks';
import { onMounted, ref } from 'vue';
import { DICT_TYPE } from '../../../../../packages/constants/src';
import { getDictOptions } from '../../../../../packages/effects/hooks/src';
import { DICT_TYPE } from '@vben/constants';
import { getDictOptions } from '@vben/hooks';
import { CalendarPanel, useCalendar } from '../components';