feat: 跟踪任务添加标题,编号后面加任务详情
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user