fix(测试计划): 报告导出缺少误报状态

--bug=1047129 --user=白奇 测试计划报告导出后,报告内容缺少“执行人”信息,执行状态如果为误报也不显示 https://www.tapd.cn/55049933/s/1585753
This commit is contained in:
baiqi 2024-09-25 14:29:30 +08:00 committed by 刘瑞斌
parent 4eb40c5224
commit b424a488c5
1 changed files with 6 additions and 0 deletions

View File

@ -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: '',
},
};