fix: 修改日志审批-批量命令,主机弹窗展示字段和遮罩层问题

This commit is contained in:
“怀磊”
2021-10-25 14:14:51 +08:00
committed by Jiangjie.Bai
parent 23a7d9dfbe
commit fc72fe9ff2

View File

@@ -88,8 +88,19 @@ export default {
},
headerActions: {
hasLeftActions: false,
hasColumnSetting: false,
hasImport: false,
hasExport: false
hasExport: false,
searchConfig: {
exclude: ['id', 'asset', 'commandexecution'],
options: [
{
label: this.$t('audits.Hosts'),
value: 'asset_display'
}
]
},
hasSearch: true
}
},
headerActions: {