fix(接口测试): 修改接口报告表头字段显示有问题的缺陷
This commit is contained in:
parent
2650120822
commit
9e46c80c05
|
@ -200,7 +200,7 @@
|
|||
showDrag: true,
|
||||
},
|
||||
{
|
||||
title: 'report.status',
|
||||
title: 'report.result',
|
||||
dataIndex: 'status',
|
||||
slotName: 'status',
|
||||
filterConfig: {
|
||||
|
@ -216,7 +216,7 @@
|
|||
showDrag: true,
|
||||
},
|
||||
{
|
||||
title: 'report.result',
|
||||
title: 'report.status',
|
||||
dataIndex: 'execStatus',
|
||||
slotName: 'execStatus',
|
||||
filterConfig: {
|
||||
|
|
Loading…
Reference in New Issue