diff --git a/orion-ops-ui/src/views/host/command-snippet/components/command-snippet-group-select.vue b/orion-ops-ui/src/views/host/command-snippet/components/command-snippet-group-select.vue index 2c71d950..e8e2035e 100644 --- a/orion-ops-ui/src/views/host/command-snippet/components/command-snippet-group-select.vue +++ b/orion-ops-ui/src/views/host/command-snippet/components/command-snippet-group-select.vue @@ -21,9 +21,9 @@ import useLoading from '@/hooks/loading'; import { createCommandSnippetGroup } from '@/api/asset/command-snippet-group'; - const props = defineProps<{ - modelValue: number | undefined - }>(); + const props = defineProps>(); const emits = defineEmits(['update:modelValue']); diff --git a/orion-ops-ui/src/views/host/terminal/components/sftp/sftp-editor-header.vue b/orion-ops-ui/src/views/host/terminal/components/sftp/sftp-editor-header.vue index 2fd3a222..2e0bb29d 100644 --- a/orion-ops-ui/src/views/host/terminal/components/sftp/sftp-editor-header.vue +++ b/orion-ops-ui/src/views/host/terminal/components/sftp/sftp-editor-header.vue @@ -11,7 +11,7 @@ arrow-class="terminal-tooltip-content" content="点击复制"> {{ name }} @@ -56,13 +56,11 @@