style: 信令跟踪根据状态隐藏操作
This commit is contained in:
@@ -19,7 +19,6 @@ import {
|
|||||||
packetStop,
|
packetStop,
|
||||||
packetFilter,
|
packetFilter,
|
||||||
} from '@/api/trace/packet';
|
} from '@/api/trace/packet';
|
||||||
import { s } from 'vite/dist/node/types.d-aGj9QkWt';
|
|
||||||
const ws = new WS();
|
const ws = new WS();
|
||||||
const { t } = useI18n();
|
const { t } = useI18n();
|
||||||
|
|
||||||
@@ -366,6 +365,7 @@ onBeforeUnmount(() => {
|
|||||||
type="primary"
|
type="primary"
|
||||||
:loading="downLoading"
|
:loading="downLoading"
|
||||||
@click.prevent="fnDownloadPCAP()"
|
@click.prevent="fnDownloadPCAP()"
|
||||||
|
v-if="state.task.outputPCAP"
|
||||||
>
|
>
|
||||||
<template #icon><DownloadOutlined /></template>
|
<template #icon><DownloadOutlined /></template>
|
||||||
{{ t('common.downloadText') }}
|
{{ t('common.downloadText') }}
|
||||||
@@ -378,7 +378,7 @@ onBeforeUnmount(() => {
|
|||||||
</a-tag>
|
</a-tag>
|
||||||
</a-space>
|
</a-space>
|
||||||
|
|
||||||
<a-space :size="8" class="toolbar-info">
|
<a-space :size="8" class="toolbar-info" v-show="state.initialized">
|
||||||
<span>
|
<span>
|
||||||
{{ t('views.traceManage.task.traceId') }}:
|
{{ t('views.traceManage.task.traceId') }}:
|
||||||
<strong>{{ state.task.taskNo }}</strong>
|
<strong>{{ state.task.taskNo }}</strong>
|
||||||
|
|||||||
Reference in New Issue
Block a user