fix(接口测试): 修复接口测试报告执行结果过滤项不展示icon

This commit is contained in:
xinxin.wu 2024-10-28 10:49:51 +08:00 committed by 刘瑞斌
parent 7f6005592d
commit 53e41c2c3b
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@
{{ filterContent.value ? t('report.collection') : t('report.independent') }} {{ filterContent.value ? t('report.collection') : t('report.independent') }}
</MsTag> </MsTag>
</template> </template>
<template #[FilterSlotNameEnum.API_TEST_CASE_API_REPORT_STATUS]="{ filterContent }">
<ExecutionStatus :module-type="ReportEnum.API_REPORT" :status="filterContent.value" />
</template>
<template #triggerMode="{ record }"> <template #triggerMode="{ record }">
<span>{{ t(TriggerModeLabel[record.triggerMode as keyof typeof TriggerModeLabel]) }}</span> <span>{{ t(TriggerModeLabel[record.triggerMode as keyof typeof TriggerModeLabel]) }}</span>
</template> </template>