refactor(接口定义): 去掉回收站场景列表的状态过滤 (#17765)
--bug=1016615 --user=王孝刚 【接口测试】接口自动化-回收站中只有废弃的状态,建议不需要筛选功能。 https://www.tapd.cn/55049933/s/1240090 Co-authored-by: wxg0103 <727495428@qq.com>
This commit is contained in:
parent
d8a86c83df
commit
4314bcf78f
|
@ -99,7 +99,7 @@
|
||||||
sortable
|
sortable
|
||||||
:field="item"
|
:field="item"
|
||||||
:fields-width="fieldsWidth"
|
:fields-width="fieldsWidth"
|
||||||
:filters="!trashEnable ? apiscenariofilters.STATUS_FILTERS : apiscenariofilters.TRASH_FILTERS"
|
:filters="!trashEnable ? apiscenariofilters.STATUS_FILTERS : null"
|
||||||
min-width="120px">
|
min-width="120px">
|
||||||
<template v-slot:default="scope">
|
<template v-slot:default="scope">
|
||||||
<plan-status-table-item :value="scope.row.status"/>
|
<plan-status-table-item :value="scope.row.status"/>
|
||||||
|
|
Loading…
Reference in New Issue