fix(测试跟踪): 空模块显示问题

--bug=1025272 --user=宋昌昌 【测试跟踪】功能用例-关联测试用例-搜索-模块下无对应用例-未显示数量 https://www.tapd.cn/55049933/s/1360999
This commit is contained in:
song-cc-rock 2023-04-10 18:15:48 +08:00 committed by fit2-zhao
parent 642eafeaee
commit f9a49bc3d3
1 changed files with 1 additions and 1 deletions

View File

@ -661,7 +661,7 @@ export default {
if (this.showCaseNum && data.caseNum) {
return " (" + data.caseNum + ")";
} else {
return "";
return " (0) ";
}
}
}