3 天以前 069df25f4cf294a3fd9509bee6d631d1e699cd82
src/views/crm/customer/detail/data.ts
@@ -3,9 +3,9 @@
import { h } from 'vue';
import { DICT_TYPE } from '../../../../packages/constants/src';
import { useUserStore } from '../../../../packages/stores/src';
import { formatDateTime } from '../../../../packages/utils/src';
import { DICT_TYPE } from '@vben/constants';
import { useUserStore } from '@vben/stores';
import { formatDateTime } from '@vben/utils';
import { getSimpleUserList } from '#/api/system/user';
import { DictTag } from '#/components/dict-tag';