feat: 跟踪任务添加标题,编号后面加任务详情

This commit is contained in:
TsMask
2025-05-12 18:18:35 +08:00
parent ae6b866e0a
commit 6062170556
7 changed files with 223 additions and 62 deletions

View File

@@ -7,6 +7,7 @@ import { SizeType } from 'ant-design-vue/es/config-provider';
import { ColumnsType } from 'ant-design-vue/es/table';
import DissectionTree from '../tshark/components/DissectionTree.vue';
import DissectionDump from '../tshark/components/DissectionDump.vue';
import TaskInfoIcon from './components/TaskInfoIcon.vue';
import {
RESULT_CODE_ERROR,
RESULT_CODE_SUCCESS,
@@ -586,6 +587,8 @@ onBeforeUnmount(() => {
{{ t('views.traceManage.task.traceId') }}: 
<strong>{{ traceId }}</strong>
</span>
<!-- 任务信息 -->
<TaskInfoIcon :trace-id="traceId" />
</a-space>
</template>