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 }}