fix(测试跟踪): 功能用例高级搜索用例状态缺少不属于选项

--bug=1019010 --user=陈建星 【测试跟踪】测试用例-高级搜索-用例状态-筛选条件缺少不属于 https://www.tapd.cn/55049933/s/1279691
This commit is contained in:
chenjianxing 2022-10-27 11:35:40 +08:00 committed by jianxing
parent fc2cc66f51
commit e7802d66df
1 changed files with 1 additions and 1 deletions

View File

@ -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 => {