feat: 收集用户-任务执行列表不显示搜索组件

This commit is contained in:
“huailei000”
2022-03-17 18:00:49 +08:00
committed by Jiangjie.Bai
parent 35451931b2
commit 6cc04d944b

View File

@@ -21,7 +21,7 @@ export default {
hasBulkDelete: false,
hasImport: false,
hasExport: false,
hasSearch: true
hasSearch: false
},
tableConfig: {
url: `/api/v1/xpack/gathered-user/task-executions/?task=${this.object.id}`,