fix(缺陷管理): 列表状态字段过长展示问题

--bug=1039438 --user=宋昌昌 【缺陷管理】缺陷-状态字段-状态字段字符过长时-...显示hover显示全部内容 https://www.tapd.cn/55049933/s/1498543
This commit is contained in:
song-cc-rock 2024-04-16 15:52:53 +08:00 committed by 刘瑞斌
parent ff2bd397c8
commit 699e071065
2 changed files with 2 additions and 1 deletions

View File

@ -127,7 +127,7 @@
:is-platform-default-template="isPlatformDefaultTemplate" :is-platform-default-template="isPlatformDefaultTemplate"
:platform-system-fields="platformSystemFields" :platform-system-fields="platformSystemFields"
:current-platform="props.currentPlatform" :current-platform="props.currentPlatform"
@update-success="detailDrawerRef?.initDetail()" @update-success="updateSuccess"
/> />
<BugCaseTab <BugCaseTab

View File

@ -397,6 +397,7 @@
title: 'bugManagement.status', title: 'bugManagement.status',
dataIndex: 'statusName', dataIndex: 'statusName',
width: 100, width: 100,
showTooltip: true,
slotName: 'status', slotName: 'status',
titleSlotName: 'statusFilter', titleSlotName: 'statusFilter',
showDrag: true, showDrag: true,