From 78bcde9ef2b4b524183ffee1a0de835685a613fd Mon Sep 17 00:00:00 2001
From: TsMask <340112800@qq.com>
Date: Thu, 10 Oct 2024 21:06:56 +0800
Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=A1=E4=BB=A4=E8=B7=9F=E8=B8=AA?=
=?UTF-8?q?=E6=A0=B9=E6=8D=AE=E7=8A=B6=E6=80=81=E9=9A=90=E8=97=8F=E6=93=8D?=
=?UTF-8?q?=E4=BD=9C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/traceManage/wireshark/index.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/traceManage/wireshark/index.vue b/src/views/traceManage/wireshark/index.vue
index a36427c8..cada1bef 100644
--- a/src/views/traceManage/wireshark/index.vue
+++ b/src/views/traceManage/wireshark/index.vue
@@ -19,7 +19,6 @@ import {
packetStop,
packetFilter,
} from '@/api/trace/packet';
-import { s } from 'vite/dist/node/types.d-aGj9QkWt';
const ws = new WS();
const { t } = useI18n();
@@ -366,6 +365,7 @@ onBeforeUnmount(() => {
type="primary"
:loading="downLoading"
@click.prevent="fnDownloadPCAP()"
+ v-if="state.task.outputPCAP"
>
{{ t('common.downloadText') }}
@@ -378,7 +378,7 @@ onBeforeUnmount(() => {
-
+
{{ t('views.traceManage.task.traceId') }}:
{{ state.task.taskNo }}