fix(测试跟踪): 首页评审,结果分布,没有用例时显示有误
--bug=1025710 --user=陈建星 【测试跟踪】首页-用例评审-我创建的评审数据是空 https://www.tapd.cn/55049933/s/1366666
This commit is contained in:
parent
2e97cd1116
commit
d9d8db2c6f
|
@ -54,7 +54,7 @@
|
|||
<template v-slot:default="scope">
|
||||
<el-tooltip :content="getResultTip(scope.row)"
|
||||
placement="top" :enterable="false" class="item" effect="dark">
|
||||
<ms-yan-progress :total="scope.row.caseCount"
|
||||
<ms-yan-progress v-if="scope.row.caseCount > 0" :total="scope.row.caseCount"
|
||||
:statusCountItems="getResultCount(scope.row)"
|
||||
:tip="tip"/>
|
||||
</el-tooltip>
|
||||
|
|
Loading…
Reference in New Issue