fix(测试跟踪): 回收站功能用例筛选问题 (#18034)

--bug=1016765 --user=宋昌昌 【测试跟踪】测试用例-回收站-筛选,可以筛选其他状态的用例 https://www.tapd.cn/55049933/s/1245908

Co-authored-by: song-cc-rock <changchang.song@fit2cloud.com>
This commit is contained in:
MeterSphere Bot 2022-09-20 13:45:01 +08:00 committed by GitHub
parent 8d746b70ef
commit 8e20d1a107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@
</ms-table-column>
<ms-table-column v-for="field in testCaseTemplate.customFields" :key="field.id"
:filters="getCustomFieldFilter(field)"
:filters="!trashEnable ? getCustomFieldFilter(field) : ''"
:field="item"
:fields-width="fieldsWidth"
:label="field.system ? $t(systemFiledMap[field.name]) :field.name"