fix(测试跟踪): 优化脑图用例已存在提示
--bug=1046184 --user=陈建星 【测试跟踪】#32069 关联需求的列表显示内容不完整,鼠标hover上去没有显示完整内容 https://www.tapd.cn/55049933/s/1602124
This commit is contained in:
parent
49400f8465
commit
90e8b39f73
|
@ -238,7 +238,9 @@
|
||||||
<div class="story-label" v-if="data.value === 'other'">
|
<div class="story-label" v-if="data.value === 'other'">
|
||||||
{{ $t("test_track.case.other") }}
|
{{ $t("test_track.case.other") }}
|
||||||
</div>
|
</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>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</el-cascader>
|
</el-cascader>
|
||||||
|
|
Loading…
Reference in New Issue