fix(测试跟踪): 测试计划报告-用例统计缺陷列表-状态筛选不一致
--bug=1018362 --user=陈建星 【测试跟踪】测试计划-报告统计-功能用例统计分析-缺陷列表-列表的平台状态和筛选框的不一致 https://www.tapd.cn/55049933/s/1270592
This commit is contained in:
parent
1cb9ce521f
commit
f5a2b5dd14
|
@ -95,7 +95,7 @@ export default {
|
|||
if (values.indexOf(status) == -1) {
|
||||
statusFilter.push({
|
||||
value: status,
|
||||
text: ISSUE_STATUS_MAP[status] ? ISSUE_STATUS_MAP[status] : status
|
||||
text: ISSUE_STATUS_MAP[status] && item.platform === 'Local' ? ISSUE_STATUS_MAP[status] : status
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue