fix(接口测试): 修改接口报告表头字段显示有问题的缺陷
This commit is contained in:
parent
2650120822
commit
9e46c80c05
|
@ -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: {
|
||||||
|
|
Loading…
Reference in New Issue