过滤条件添加p3

This commit is contained in:
chenjianxing 2020-05-21 12:01:35 +08:00
parent 6a78349954
commit 72229c3f15
1 changed files with 2 additions and 1 deletions

View File

@ -141,7 +141,8 @@
priorityFilters: [
{text: 'P0', value: 'P0'},
{text: 'P1', value: 'P1'},
{text: 'P2', value: 'P2'}
{text: 'P2', value: 'P2'},
{text: 'P3', value: 'P3'}
],
methodFilters: [
{text: this.$t('test_track.case.manual'), value: 'manual'},