diff --git a/frontend/src/views/api-test/report/component/reportList.vue b/frontend/src/views/api-test/report/component/reportList.vue index 54de15e720..3ef573222f 100644 --- a/frontend/src/views/api-test/report/component/reportList.vue +++ b/frontend/src/views/api-test/report/component/reportList.vue @@ -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: {