diff --git a/apps/web-antdv-next/src/components/cron-tab/cron-tab.vue b/apps/web-antdv-next/src/components/cron-tab/cron-tab.vue index d1b123585..ad11e9d25 100644 --- a/apps/web-antdv-next/src/components/cron-tab/cron-tab.vue +++ b/apps/web-antdv-next/src/components/cron-tab/cron-tab.vue @@ -8,6 +8,7 @@ import { computed, onMounted, reactive, ref, watch } from 'vue'; import { Button, Form, + FormItem, Input, InputNumber, message, @@ -15,6 +16,7 @@ import { RadioButton, RadioGroup, Select, + SelectOption, TabPane, Tabs, } from 'antdv-next'; diff --git a/apps/web-antdv-next/src/components/map/src/map-dialog.vue b/apps/web-antdv-next/src/components/map/src/map-dialog.vue index ecc626d00..e9b0640db 100644 --- a/apps/web-antdv-next/src/components/map/src/map-dialog.vue +++ b/apps/web-antdv-next/src/components/map/src/map-dialog.vue @@ -4,7 +4,7 @@ import { nextTick, reactive, ref } from 'vue'; import { useVbenModal } from '@vben/common-ui'; -import { Button, Form, Input, Select, Space } from 'antdv-next'; +import { Button, Form, FormItem, Input, Select, Space } from 'antdv-next'; import { loadBaiduMapSdk } from './utils'; diff --git a/apps/web-antdv-next/src/views/ai/image/index/modules/common/index.vue b/apps/web-antdv-next/src/views/ai/image/index/modules/common/index.vue index 87fe56fd4..2ac784268 100644 --- a/apps/web-antdv-next/src/views/ai/image/index/modules/common/index.vue +++ b/apps/web-antdv-next/src/views/ai/image/index/modules/common/index.vue @@ -12,7 +12,14 @@ import { OtherPlatformEnum, } from '@vben/constants'; -import { Button, InputNumber, Select, Space, TextArea } from 'antdv-next'; +import { + Button, + InputNumber, + Select, + SelectOption, + Space, + TextArea, +} from 'antdv-next'; import { drawImage } from '#/api/ai/image'; diff --git a/apps/web-antdv-next/src/views/ai/image/index/modules/midjourney/index.vue b/apps/web-antdv-next/src/views/ai/image/index/modules/midjourney/index.vue index 99e2bdfce..783b5f5a3 100644 --- a/apps/web-antdv-next/src/views/ai/image/index/modules/midjourney/index.vue +++ b/apps/web-antdv-next/src/views/ai/image/index/modules/midjourney/index.vue @@ -17,7 +17,15 @@ import { NijiVersionList, } from '@vben/constants'; -import { Button, Image, message, Select, Space, TextArea } from 'antdv-next'; +import { + Button, + Image, + message, + Select, + SelectOption, + Space, + TextArea, +} from 'antdv-next'; import { midjourneyImagine } from '#/api/ai/image'; import { ImageUpload } from '#/components/upload'; diff --git a/apps/web-antdv-next/src/views/ai/image/index/modules/stable-diffusion/index.vue b/apps/web-antdv-next/src/views/ai/image/index/modules/stable-diffusion/index.vue index 7842491fe..451fc907e 100644 --- a/apps/web-antdv-next/src/views/ai/image/index/modules/stable-diffusion/index.vue +++ b/apps/web-antdv-next/src/views/ai/image/index/modules/stable-diffusion/index.vue @@ -19,6 +19,7 @@ import { InputNumber, message, Select, + SelectOption, Space, TextArea, } from 'antdv-next'; diff --git a/apps/web-antdv-next/src/views/ai/knowledge/document/form/modules/split-step.vue b/apps/web-antdv-next/src/views/ai/knowledge/document/form/modules/split-step.vue index 2899a2a38..1c808a6da 100644 --- a/apps/web-antdv-next/src/views/ai/knowledge/document/form/modules/split-step.vue +++ b/apps/web-antdv-next/src/views/ai/knowledge/document/form/modules/split-step.vue @@ -10,6 +10,7 @@ import { Dropdown, Empty, Form, + FormItem, InputNumber, Menu, MenuItem, diff --git a/apps/web-antdv-next/src/views/ai/knowledge/document/form/modules/upload-step.vue b/apps/web-antdv-next/src/views/ai/knowledge/document/form/modules/upload-step.vue index 1454188bc..0be24ee36 100644 --- a/apps/web-antdv-next/src/views/ai/knowledge/document/form/modules/upload-step.vue +++ b/apps/web-antdv-next/src/views/ai/knowledge/document/form/modules/upload-step.vue @@ -10,7 +10,7 @@ import { computed, getCurrentInstance, inject, onMounted, ref } from 'vue'; import { IconifyIcon } from '@vben/icons'; import { generateAcceptedFileTypes } from '@vben/utils'; -import { Button, Form, message, UploadDragger } from 'antdv-next'; +import { Button, Form, FormItem, message, UploadDragger } from 'antdv-next'; import { useUpload } from '#/components/upload/use-upload'; type UploadRequestOption = any; diff --git a/apps/web-antdv-next/src/views/ai/music/index/mode/desc.vue b/apps/web-antdv-next/src/views/ai/music/index/mode/desc.vue index c0d493c5e..a3bf14ca1 100644 --- a/apps/web-antdv-next/src/views/ai/music/index/mode/desc.vue +++ b/apps/web-antdv-next/src/views/ai/music/index/mode/desc.vue @@ -1,7 +1,7 @@