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">