From c27c6a8bce591abd1d01a17f78b05fb13c487e15 Mon Sep 17 00:00:00 2001 From: "nathan.liu" Date: Tue, 8 Nov 2022 18:51:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8DUI=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E7=8A=B6=E6=80=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1019512 --user=刘瑶 【UI测试】场景列表-执行结果和指令列表-调试结果与测试报告-状态不一致 https://www.tapd.cn/55049933/s/1292728 --- .../src/components/search/search-components.js | 9 ++++++--- .../view/comonents/ui/RelevanceUiScenarioList.vue | 11 +++++++---- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/framework/sdk-parent/frontend/src/components/search/search-components.js b/framework/sdk-parent/frontend/src/components/search/search-components.js index 3567557c80..93150ba0fc 100644 --- a/framework/sdk-parent/frontend/src/components/search/search-components.js +++ b/framework/sdk-parent/frontend/src/components/search/search-components.js @@ -282,9 +282,12 @@ export const UI_SCENARIO_RESULT = { options: [OPERATORS.IN, OPERATORS.NOT_IN] }, options: [ - {text: 'Error', value: 'ERROR'}, - {text: 'Success', value: 'SUCCESS'}, - {text: 'Pending', value: 'PENDING'}, + {label: "Running", value: "RUNNING"}, + {label: "Error", value: "ERROR"}, + {label: "Success", value: "SUCCESS"}, + {label: 'Stopped', value: 'STOPPED'}, + {label: "Pending", value: "PENDING"}, + {label: "Timeout", value: "TIMEOUT"}, ], props: { // 尾部控件的props,一般为element ui控件的props multiple: true diff --git a/test-track/frontend/src/business/plan/view/comonents/ui/RelevanceUiScenarioList.vue b/test-track/frontend/src/business/plan/view/comonents/ui/RelevanceUiScenarioList.vue index c71f53286f..d6a04252fc 100644 --- a/test-track/frontend/src/business/plan/view/comonents/ui/RelevanceUiScenarioList.vue +++ b/test-track/frontend/src/business/plan/view/comonents/ui/RelevanceUiScenarioList.vue @@ -56,13 +56,16 @@ min-width="120px">