mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-18 16:32:28 +00:00
fix: 修改日志审批-批量命令,主机弹窗展示字段和遮罩层问题
This commit is contained in:
@@ -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: {
|
||||
|
Reference in New Issue
Block a user