gaoluyang
2026-08-11 4807d8b687853e75a815b3aa9aecbc2554063aa4
src/components/operate-log/operate-log.vue
@@ -1,9 +1,9 @@
<script setup lang="ts">
import type { OperateLogProps } from './typing';
import { DICT_TYPE } from '..\..\packages\constants\src';
import { getDictLabel, getDictObj } from '..\..\packages\effects\hooks\src';
import { formatDateTime } from '..\..\packages\utils\src';
import { DICT_TYPE } from '@vben/constants';
import { getDictLabel, getDictObj } from '@vben/hooks';
import { formatDateTime } from '@vben/utils';
import { Tag, Timeline } from 'ant-design-vue';