fix(测试跟踪): 自定义ID开启后用例列表ID显示问题 (#18012)
--bug=1016650 --user=宋昌昌 【测试跟踪】项目设置中开启测试用例自定义ID后,功能用例列表页面不显示ID列。 https://www.tapd.cn/55049933/s/1245449 Co-authored-by: song-cc-rock <changchang.song@fit2cloud.com>
This commit is contained in:
parent
124ed6ffe7
commit
5b9e5934f1
|
@ -89,7 +89,6 @@
|
||||||
|
|
||||||
<ms-table-column
|
<ms-table-column
|
||||||
v-if="item.id === 'num' && customNum"
|
v-if="item.id === 'num' && customNum"
|
||||||
:field="item"
|
|
||||||
:fields-width="fieldsWidth"
|
:fields-width="fieldsWidth"
|
||||||
prop="customNum"
|
prop="customNum"
|
||||||
sortable
|
sortable
|
||||||
|
@ -97,7 +96,7 @@
|
||||||
min-width="80">
|
min-width="80">
|
||||||
<template v-slot:default="scope">
|
<template v-slot:default="scope">
|
||||||
<el-tooltip :content="$t('commons.edit')">
|
<el-tooltip :content="$t('commons.edit')">
|
||||||
<a style="cursor:pointer" @click="handleEdit(scope.row)"> {{ scope.row.num }} </a>
|
<a style="cursor:pointer" @click="handleEdit(scope.row)"> {{ scope.row.customNum }} </a>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
</template>
|
</template>
|
||||||
</ms-table-column>
|
</ms-table-column>
|
||||||
|
|
Loading…
Reference in New Issue