From 71d7cc5ee2de2911c90e02167abf619bd219a83c Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Tue, 26 Jul 2022 18:29:45 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E5=AE=9A=E4=B9=89):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=BA=E6=99=AF=E6=8A=A5=E5=91=8A=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=AB=98=E7=BA=A7=E6=90=9C=E7=B4=A2=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E4=B8=8E=E5=88=97=E8=A1=A8=E4=B8=8D=E7=AC=A6=E5=90=88=E7=9A=84?= =?UTF-8?q?=E7=BC=BA=E9=99=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1015407 --user=王孝刚 【接口测试】测试报告-场景/用例列表-高级搜索-下拉状态选项和列表中状态下拉字段选项不一致 https://www.tapd.cn/55049933/s/1212640 --- .../common/components/search/search-components.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/frontend/src/business/components/common/components/search/search-components.js b/frontend/src/business/components/common/components/search/search-components.js index 95291f4d43..f689968ff8 100644 --- a/frontend/src/business/components/common/components/search/search-components.js +++ b/frontend/src/business/components/common/components/search/search-components.js @@ -147,11 +147,13 @@ export const STATUS = { options: [OPERATORS.IN, OPERATORS.NOT_IN] }, options: [ - {label: "Saved", value: "Saved"}, {label: "Starting", value: "Starting"}, - {label: "Running", value: "Running"}, {label: "Reporting", value: "Reporting"}, - {label: "Completed", value: "Completed"}, {label: "Error", value: "Error"}, - {label: "error_report_library.option.name", value: "errorReportResult"}, - {label: "Success", value: "Success"} + {label: 'Running', value: 'Running'}, + {label: 'Success', value: 'Success'}, + {label: 'Stopped', value: 'stop'}, + {label: 'NotExecute', value: 'unexecute'}, + {label: 'Error', value: 'Error'}, + {label: "FakeError", value: 'errorReportResult'}, + {label: 'Rerunning', value: 'Rerunning'}, ], props: { // 尾部控件的props,一般为element ui控件的props multiple: true