style: 信令跟踪根据状态隐藏操作
This commit is contained in:
@@ -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"
|
||||
>
|
||||
<template #icon><DownloadOutlined /></template>
|
||||
{{ t('common.downloadText') }}
|
||||
@@ -378,7 +378,7 @@ onBeforeUnmount(() => {
|
||||
</a-tag>
|
||||
</a-space>
|
||||
|
||||
<a-space :size="8" class="toolbar-info">
|
||||
<a-space :size="8" class="toolbar-info" v-show="state.initialized">
|
||||
<span>
|
||||
{{ t('views.traceManage.task.traceId') }}:
|
||||
<strong>{{ state.task.taskNo }}</strong>
|
||||
|
||||
Reference in New Issue
Block a user