fix(测试跟踪): 功能用例高级搜索用例状态缺少不属于选项
--bug=1019010 --user=陈建星 【测试跟踪】测试用例-高级搜索-用例状态-筛选条件缺少不属于 https://www.tapd.cn/55049933/s/1279691
This commit is contained in:
parent
fc2cc66f51
commit
e7802d66df
|
@ -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 => {
|
||||
|
|
Loading…
Reference in New Issue