fix(工作台): 接口用例表格创建人 hover 气泡

This commit is contained in:
baiqi 2024-11-25 13:58:46 +08:00 committed by 刘瑞斌
parent 0229fd8c69
commit eeb21b425d
1 changed files with 1 additions and 6 deletions

View File

@ -26,11 +26,6 @@
<template #[FilterSlotNameEnum.API_TEST_CASE_API_STATUS]="{ filterContent }"> <template #[FilterSlotNameEnum.API_TEST_CASE_API_STATUS]="{ filterContent }">
<apiStatus :status="filterContent.value" /> <apiStatus :status="filterContent.value" />
</template> </template>
<template #createName="{ record }">
<a-tooltip :content="`${record.createName}`" position="tr">
<div class="one-line-text">{{ record.createName }}</div>
</a-tooltip>
</template>
<template #[FilterSlotNameEnum.API_TEST_CASE_API_LAST_EXECUTE_STATUS]="{ filterContent }"> <template #[FilterSlotNameEnum.API_TEST_CASE_API_LAST_EXECUTE_STATUS]="{ filterContent }">
<ExecutionStatus :module-type="ReportEnum.API_REPORT" :status="filterContent.value" /> <ExecutionStatus :module-type="ReportEnum.API_REPORT" :status="filterContent.value" />
</template> </template>
@ -168,7 +163,7 @@
{ {
title: 'case.tableColumnCreateUser', title: 'case.tableColumnCreateUser',
slotName: 'createName', slotName: 'createName',
dataIndex: 'createUser', dataIndex: 'createName',
showTooltip: true, showTooltip: true,
width: 150, width: 150,
}, },