liu
9 天以前 600fe725775e28af1f86f7f7f1e2521f494252b1
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';