diff --git a/apps/web-ele/src/components/upload/image-upload.vue b/apps/web-ele/src/components/upload/image-upload.vue
index f57775656..e8cc6a889 100644
--- a/apps/web-ele/src/components/upload/image-upload.vue
+++ b/apps/web-ele/src/components/upload/image-upload.vue
@@ -13,7 +13,7 @@ import type { AxiosProgressEvent } from '#/api/infra/file';
import { nextTick, ref, toRefs, watch } from 'vue';
-import { Plus } from '@vben/icons';
+import { IconifyIcon } from '@vben/icons';
import { $t } from '@vben/locales';
import { isFunction, isObject, isString } from '@vben/utils';
@@ -274,11 +274,11 @@ const triggerEdit = () => {
-
+
详情
-
+
编辑
{
class="handle-icon"
@click="handleRemove(fileList[0]!)"
>
-
+
删除
@@ -313,7 +313,7 @@ const triggerEdit = () => {
}"
>
diff --git a/packages/effects/common-ui/src/components/captcha/verification/index.vue b/packages/effects/common-ui/src/components/captcha/verification/index.vue
index 49520e821..c6ed00320 100644
--- a/packages/effects/common-ui/src/components/captcha/verification/index.vue
+++ b/packages/effects/common-ui/src/components/captcha/verification/index.vue
@@ -7,6 +7,8 @@ import type { VerificationProps } from './typing';
import { defineAsyncComponent, markRaw, ref, toRefs, watchEffect } from 'vue';
+import { IconifyIcon } from '@vben/icons';
+
import './verify.css';
defineOptions({
@@ -112,7 +114,7 @@ defineExpose({
{{ $t('ui.captcha.title') }}
-
+