refactor(接口定义): 去掉回收站场景列表的状态过滤 (#17765)

--bug=1016615 --user=王孝刚 【接口测试】接口自动化-回收站中只有废弃的状态,建议不需要筛选功能。
https://www.tapd.cn/55049933/s/1240090

Co-authored-by: wxg0103 <727495428@qq.com>
This commit is contained in:
MeterSphere Bot 2022-09-07 19:00:10 +08:00 committed by GitHub
parent d8a86c83df
commit 4314bcf78f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@
sortable
:field="item"
:fields-width="fieldsWidth"
:filters="!trashEnable ? apiscenariofilters.STATUS_FILTERS : apiscenariofilters.TRASH_FILTERS"
:filters="!trashEnable ? apiscenariofilters.STATUS_FILTERS : null"
min-width="120px">
<template v-slot:default="scope">
<plan-status-table-item :value="scope.row.status"/>