mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-02 20:19:16 +08:00
fix(测试跟踪): 测试计划功能用例高级搜索去掉进行中选项
--bug=1018207 --user=陈建星 【测试跟踪】测试计划-高级搜索-执行结果没有去掉“进行中” https://www.tapd.cn/55049933/s/1263221
This commit is contained in:
parent
b7b467954e
commit
b9aa55dd32
@ -603,12 +603,11 @@ export const PLAN_CASE_STATUS = {
|
||||
options: [OPERATORS.IN, OPERATORS.NOT_IN]
|
||||
},
|
||||
options: [
|
||||
{label: "test_track.plan.plan_status_prepare", value: "Prepare"},
|
||||
{label: "api_test.home_page.detail_card.unexecute", value: "Prepare"},
|
||||
{label: "test_track.plan_view.pass", value: "Pass"},
|
||||
{label: "test_track.plan_view.failure", value: "Failure"},
|
||||
{label: "test_track.plan_view.blocking", value: "Blocking"},
|
||||
{label: "test_track.plan_view.skip", value: "Skip"},
|
||||
{label: "test_track.plan.plan_status_running", value: "Underway"},
|
||||
],
|
||||
props: {
|
||||
multiple: true
|
||||
|
@ -367,7 +367,7 @@ export default {
|
||||
{text: this.$t('test_track.case.auto'), value: 'auto'}
|
||||
],
|
||||
statusFilters: [
|
||||
{text: this.$t('test_track.plan.plan_status_prepare'), value: 'Prepare'},
|
||||
{text: this.$t('api_test.home_page.detail_card.unexecute'), value: 'Prepare'},
|
||||
{text: this.$t('test_track.plan_view.pass'), value: 'Pass'},
|
||||
{text: this.$t('test_track.plan_view.failure'), value: 'Failure'},
|
||||
{text: this.$t('test_track.plan_view.blocking'), value: 'Blocking'},
|
||||
|
Loading…
Reference in New Issue
Block a user