fix(测试跟踪): 优化脑图用例已存在提示

--bug=1046184 --user=陈建星 【测试跟踪】#32069 关联需求的列表显示内容不完整,鼠标hover上去没有显示完整内容 https://www.tapd.cn/55049933/s/1602124
This commit is contained in:
AgAngle 2024-10-30 15:42:13 +08:00 committed by Craftsman
parent 49400f8465
commit 90e8b39f73
1 changed files with 3 additions and 1 deletions

View File

@ -238,7 +238,9 @@
<div class="story-label" v-if="data.value === 'other'">
{{ $t("test_track.case.other") }}
</div>
<div class="story-label text-ellipsis" v-else>{{ handleDemandOptionLabel(data) }}</div>
<el-tooltip v-else class="item" effect="dark" :content="handleDemandOptionLabel(data)" placement="top-start">
<div class="story-label text-ellipsis">{{ handleDemandOptionLabel(data) }}</div>
</el-tooltip>
</div>
</template>
</el-cascader>