gaoluyang
2026-06-24 b9a81d64cc965102c2adb70dee1d5a7397da5716
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 '../../packages/constants/src';
import { getDictLabel, getDictObj } from '../../packages/effects/hooks/src';
import { formatDateTime } from '../../packages/utils/src';
import { Tag, Timeline } from 'ant-design-vue';