fix(测试跟踪): 自定义ID开启后用例列表ID显示问题
--bug=1016806 --user=宋昌昌 [测试跟踪]github#17928项目自定义ID开启,但是导入的时候没有显示自定义ID,显示的是系统默认的ID。 https://www.tapd.cn/55049933/s/1245345
This commit is contained in:
parent
9c18c0e3f4
commit
e24c97d5c9
|
@ -74,7 +74,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