fix(接口测试): 回收站的模块树去掉更多操作入口
--bug=1015850 --user=宋天阳 【UI测试】回收站-去掉更多操作入口 https://www.tapd.cn/55049933/s/1224351
This commit is contained in:
parent
55f05e6bb9
commit
57ea4002c2
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
<template v-slot:header>
|
<template v-slot:header>
|
||||||
<ms-search-bar
|
<ms-search-bar
|
||||||
:show-operator="showOperator"
|
:show-operator="showOperator && !isTrashData"
|
||||||
:condition="condition"
|
:condition="condition"
|
||||||
:commands="operators"/>
|
:commands="operators"/>
|
||||||
<module-trash-button v-if="!isReadOnly && !isTrashData" :condition="condition" :exe="enableTrash"
|
<module-trash-button v-if="!isReadOnly && !isTrashData" :condition="condition" :exe="enableTrash"
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="15">
|
<el-col :span="15">
|
||||||
<ms-search-bar
|
<ms-search-bar
|
||||||
:show-operator="showOperator"
|
:show-operator="showOperator && !isTrashData"
|
||||||
:condition="condition"
|
:condition="condition"
|
||||||
:commands="operators"/>
|
:commands="operators"/>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
Loading…
Reference in New Issue