src/views/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';