fix(测试跟踪): 功能用例编辑变更记录tooltip显示多条

--bug=1023715 --user=宋昌昌 【测试跟踪】功能用例编辑页-变更记录Tab,展示2条记录 https://www.tapd.cn/55049933/s/1341549
This commit is contained in:
song-cc-rock 2023-02-22 22:03:27 +08:00
parent 83d8966000
commit e926def3ba
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
</div>
</template>
</ms-table-column>
<ms-table-column prop="newValue" :label="$t('case.content_after_change')">
<ms-table-column prop="newValue" :label="$t('case.content_after_change')" :show-overflow-tooltip="false">
<template v-slot:default="scope">
<div v-if="scope.row.details && scope.row.details.columns">
<div v-for="detail in scope.row.details.columns" :key="detail.id">