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

--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:
MeterSphere Bot 2022-09-19 19:11:40 +08:00 committed by GitHub
parent 124ed6ffe7
commit 5b9e5934f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions
frontend/src/business/components/track/case/components

View File

@ -89,7 +89,6 @@
<ms-table-column
v-if="item.id === 'num' && customNum"
:field="item"
:fields-width="fieldsWidth"
prop="customNum"
sortable
@ -97,7 +96,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>