fix(接口测试): 回收站的模块树去掉更多操作入口

--bug=1015850 --user=宋天阳
【UI测试】回收站-去掉更多操作入口
https://www.tapd.cn/55049933/s/1224351
This commit is contained in:
song-tianyang 2022-08-16 16:00:02 +08:00 committed by 建国
parent 55f05e6bb9
commit 57ea4002c2
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
<template v-slot:header>
<ms-search-bar
:show-operator="showOperator"
:show-operator="showOperator && !isTrashData"
:condition="condition"
:commands="operators"/>
<module-trash-button v-if="!isReadOnly && !isTrashData" :condition="condition" :exe="enableTrash"

View File

@ -14,7 +14,7 @@
</el-col>
<el-col :span="15">
<ms-search-bar
:show-operator="showOperator"
:show-operator="showOperator && !isTrashData"
:condition="condition"
:commands="operators"/>
</el-col>