2026-08-06 d1cf2e1b5d3f56d14e5d75024ce2d054f9142b2e
src/views/wls/batch/data.ts
@@ -5,9 +5,9 @@
import { h, markRaw } from 'vue';
import { DICT_TYPE } from '../../../packages/constants/src';
import { getDictOptions } from '../../../packages/effects/hooks/src';
import { formatDate } from '../../../packages/utils/src';
import { DICT_TYPE } from '@vben/constants';
import { getDictOptions } from '@vben/hooks';
import { formatDate } from '@vben/utils';
import { DictTag } from '#/components/dict-tag';
import { getRangePickerDefaultProps } from '#/utils';