From 504691496ef4b070691cdaa79609c5b589d44095 Mon Sep 17 00:00:00 2001 From: baiqi Date: Wed, 16 Oct 2024 11:54:51 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8A=A5=E5=91=8A):=20=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8A=A5=E5=91=8A=E5=92=8C=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E8=AE=A1=E5=88=92=E6=8A=A5=E5=91=8A=E5=8E=BB=E9=99=A4=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E7=8A=B6=E6=80=81=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api-test/report/component/reportList.vue | 24 +------------------ .../test-plan/report/component/reportList.vue | 21 +--------------- 2 files changed, 2 insertions(+), 43 deletions(-) diff --git a/frontend/src/views/api-test/report/component/reportList.vue b/frontend/src/views/api-test/report/component/reportList.vue index 7708c3e2ab..dc48cf0bc1 100644 --- a/frontend/src/views/api-test/report/component/reportList.vue +++ b/frontend/src/views/api-test/report/component/reportList.vue @@ -50,12 +50,6 @@ :script-identifier="props.moduleType === ReportEnum.API_SCENARIO_REPORT ? record.scriptIdentifier : null" /> - - @@ -212,23 +206,7 @@ sorter: true, }, showInTable: true, - width: 200, - showDrag: true, - }, - { - title: 'report.status', - dataIndex: 'execStatus', - slotName: 'execStatus', - filterConfig: { - options: ExecStatusList.value, - filterSlotName: FilterSlotNameEnum.API_TEST_CASE_API_REPORT_EXECUTE_RESULT, - }, - sortable: { - sortDirections: ['ascend', 'descend'], - sorter: true, - }, - showInTable: true, - width: 200, + width: 150, showDrag: true, }, { diff --git a/frontend/src/views/test-plan/report/component/reportList.vue b/frontend/src/views/test-plan/report/component/reportList.vue index 6b16f6151a..081441876a 100644 --- a/frontend/src/views/test-plan/report/component/reportList.vue +++ b/frontend/src/views/test-plan/report/component/reportList.vue @@ -64,12 +64,6 @@ - - @@ -210,19 +204,6 @@ showDrag: true, columnSelectorDisabled: true, }, - { - title: 'report.execStatus', - dataIndex: 'execStatus', - slotName: 'execStatus', - filterConfig: { - options: executeResultOptions.value, - filterSlotName: FilterSlotNameEnum.TEST_PLAN_REPORT_EXEC_STATUS, - }, - showInTable: true, - width: 200, - showDrag: true, - }, - { title: 'report.result', dataIndex: 'resultStatus', @@ -236,7 +217,7 @@ filterSlotName: FilterSlotNameEnum.TEST_PLAN_STATUS_FILTER, }, showInTable: true, - width: 200, + width: 150, showDrag: true, }, {