From 00af9a4866983abf9e08e78c3f09e8a136403725 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Thu, 27 Oct 2022 11:35:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E7=94=A8=E4=BE=8B=E9=AB=98=E7=BA=A7=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E7=94=A8=E4=BE=8B=E7=8A=B6=E6=80=81=E7=BC=BA=E5=B0=91?= =?UTF-8?q?=E4=B8=8D=E5=B1=9E=E4=BA=8E=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1019010 --user=陈建星 【测试跟踪】测试用例-高级搜索-用例状态-筛选条件缺少不属于 https://www.tapd.cn/55049933/s/1279691 --- .../frontend/src/business/case/components/TestCaseList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-track/frontend/src/business/case/components/TestCaseList.vue b/test-track/frontend/src/business/case/components/TestCaseList.vue index 8f31a13389..668defa72d 100644 --- a/test-track/frontend/src/business/case/components/TestCaseList.vue +++ b/test-track/frontend/src/business/case/components/TestCaseList.vue @@ -550,8 +550,8 @@ export default { if (element.label === '用例状态') { element.label = this.$t('custom_field.case_status') // 回收站TAB页处理高级搜索用例状态字段 - element.operator.options = [OPERATORS.IN]; if (this.trashEnable) { + element.operator.options = [OPERATORS.IN]; element.options = [{text: this.$t('test_track.plan.plan_status_trash'), value: 'Trash'}]; } else { element.options.forEach(option => {