fix(测试跟踪): 首页评审,结果分布,没有用例时显示有误

--bug=1025710 --user=陈建星 【测试跟踪】首页-用例评审-我创建的评审数据是空 https://www.tapd.cn/55049933/s/1366666
This commit is contained in:
chenjianxing 2023-04-25 19:26:10 +08:00 committed by fit2-zhao
parent 2e97cd1116
commit d9d8db2c6f
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
<template v-slot:default="scope"> <template v-slot:default="scope">
<el-tooltip :content="getResultTip(scope.row)" <el-tooltip :content="getResultTip(scope.row)"
placement="top" :enterable="false" class="item" effect="dark"> 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)" :statusCountItems="getResultCount(scope.row)"
:tip="tip"/> :tip="tip"/>
</el-tooltip> </el-tooltip>