hsy
3 天以前 09e6d1cfe124615cbea97140c17630c7b86a0796
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';