fix(接口测试): 修改接口报告表头字段显示有问题的缺陷

This commit is contained in:
wxg0103 2024-06-03 18:01:21 +08:00 committed by 刘瑞斌
parent 2650120822
commit 9e46c80c05

View File

@ -200,7 +200,7 @@
showDrag: true, showDrag: true,
}, },
{ {
title: 'report.status', title: 'report.result',
dataIndex: 'status', dataIndex: 'status',
slotName: 'status', slotName: 'status',
filterConfig: { filterConfig: {
@ -216,7 +216,7 @@
showDrag: true, showDrag: true,
}, },
{ {
title: 'report.result', title: 'report.status',
dataIndex: 'execStatus', dataIndex: 'execStatus',
slotName: 'execStatus', slotName: 'execStatus',
filterConfig: { filterConfig: {