From 83ceb0e1e50c625224f98c32c7fec91e00074d55 Mon Sep 17 00:00:00 2001 From: lijiahang Date: Thu, 18 Apr 2024 11:59:32 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E4=BC=98=E5=8C=96=20SFTP=20=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E9=80=BB=E8=BE=91.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../command-snippet-group-select.vue | 6 +-- .../components/sftp/sftp-editor-header.vue | 4 +- .../components/sftp/sftp-table-header.vue | 25 ++++++++---- .../terminal/components/sftp/sftp-table.vue | 39 +++++++++++++++---- .../terminal/components/sftp/sftp-view.vue | 4 +- .../components/ssh/ssh-context-menu.vue | 2 +- 6 files changed, 57 insertions(+), 23 deletions(-) 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 @@