fix(测试计划): 报告导出缺少误报状态
--bug=1047129 --user=白奇 测试计划报告导出后,报告内容缺少“执行人”信息,执行状态如果为误报也不显示 https://www.tapd.cn/55049933/s/1585753
This commit is contained in:
parent
4eb40c5224
commit
b424a488c5
|
@ -48,4 +48,10 @@ export const lastExecuteResultMap: Record<string, any> = {
|
|||
statusText: 'common.fail',
|
||||
color: '',
|
||||
},
|
||||
FAKE_ERROR: {
|
||||
icon: 'icon-icon_warning_colorful',
|
||||
statusText: 'common.fakeError',
|
||||
label: 'FAKE_ERROR',
|
||||
color: '',
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue