fix(测试跟踪): 自定义ID开启后用例列表ID显示问题

--bug=1016806 --user=宋昌昌 [测试跟踪]github#17928项目自定义ID开启,但是导入的时候没有显示自定义ID,显示的是系统默认的ID。 https://www.tapd.cn/55049933/s/1245345
This commit is contained in:
song-cc-rock 2022-09-19 16:22:03 +08:00 committed by f2c-ci-robot[bot]
parent 152de62f34
commit 8a8e5bd5a1
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
min-width="80">
<template v-slot:default="scope">
<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>
</template>
</ms-table-column>