fix(测试跟踪): 测试评审筛选缺少已完成和已归档
--bug=1015068 --user=陈建星 【测试跟踪】用例评审列表中状态筛选条件中没有“已结束”状态 https://www.tapd.cn/55049933/s/1205009
This commit is contained in:
parent
c46bcbf0d7
commit
9b9ed77504
|
@ -162,7 +162,9 @@ export default {
|
|||
statusFilters: [
|
||||
{text: this.$t('test_track.plan.plan_status_prepare'), value: 'Prepare'},
|
||||
{text: this.$t('test_track.plan.plan_status_running'), value: 'Underway'},
|
||||
{text: this.$t('test_track.plan.plan_status_completed'), value: 'Completed'}
|
||||
{text: this.$t('test_track.plan.plan_status_completed'), value: 'Completed'},
|
||||
{text: this.$t('test_track.plan.plan_status_finished'), value: 'Finished'},
|
||||
{text: this.$t('test_track.plan.plan_status_archived'), value: 'Archived'}
|
||||
],
|
||||
operators: [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue