fix(接口测试): 用例列表过滤执行结果展示错误修复

This commit is contained in:
xinxin.wu 2024-05-27 15:10:17 +08:00 committed by 刘瑞斌
parent 9ec7d44b35
commit 18ce79c281
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@
</a-tooltip>
</template>
<template #[FilterSlotNameEnum.API_TEST_CASE_API_LAST_EXECUTE_STATUS]="{ filterContent }">
<apiStatus :status="filterContent.value" />
<ExecutionStatus :module-type="ReportEnum.API_REPORT" :status="filterContent.value" />
</template>
<template #lastReportStatus="{ record }">
<ExecutionStatus