fix(测试跟踪): 缺陷管理用例数跳转详情
--bug=1033457 --user=王旭 [测试跟踪]github#27869缺陷管理中缺陷列表点击 “跨项目”关联的用例数,跳转后没有跳转到相关联的项目用例列表 https://www.tapd.cn/55049933/s/1446055
This commit is contained in:
parent
80d964fcd3
commit
dc91c99ef0
|
@ -106,10 +106,9 @@
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span v-else-if="item.id === 'caseCount'">
|
<span v-else-if="item.id === 'caseCount'">
|
||||||
<router-link
|
<el-link type="primary" class="member-size" @click="handleEdit(scope.row)">
|
||||||
:to="scope.row.caseCount > 0 ? {name: 'testCase', params: { projectId: 'all', ids: scope.row.caseIds }} : {}">
|
{{ scope.row.caseCount }}
|
||||||
{{ scope.row.caseCount }}
|
</el-link>
|
||||||
</router-link>
|
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<!-- 自定义字段 -->
|
<!-- 自定义字段 -->
|
||||||
|
|
Loading…
Reference in New Issue