fix: docAlert import

This commit is contained in:
xingyu4j
2025-06-16 14:10:34 +08:00
parent 22dcc12447
commit 3a46fa2c26
9 changed files with 8 additions and 17 deletions

View File

@@ -12,7 +12,6 @@ import { Image, message, Switch } from 'ant-design-vue';
import { ACTION_ICON, TableAction, useVbenVxeGrid } from '#/adapter/vxe-table';
import { deleteImage, getImagePage, updateImage } from '#/api/ai/image';
import { getSimpleUserList } from '#/api/system/user';
import { DocAlert } from '#/components/doc-alert';
import { $t } from '#/locales';
import { AiImageStatusEnum } from '#/utils/constants';