mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-19 17:54:37 +00:00
fix: 修改日志审批-批量命令,主机弹窗展示字段和遮罩层问题
This commit is contained in:
@@ -88,8 +88,19 @@ export default {
|
|||||||
},
|
},
|
||||||
headerActions: {
|
headerActions: {
|
||||||
hasLeftActions: false,
|
hasLeftActions: false,
|
||||||
|
hasColumnSetting: false,
|
||||||
hasImport: false,
|
hasImport: false,
|
||||||
hasExport: false
|
hasExport: false,
|
||||||
|
searchConfig: {
|
||||||
|
exclude: ['id', 'asset', 'commandexecution'],
|
||||||
|
options: [
|
||||||
|
{
|
||||||
|
label: this.$t('audits.Hosts'),
|
||||||
|
value: 'asset_display'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
hasSearch: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
headerActions: {
|
headerActions: {
|
||||||
|
Reference in New Issue
Block a user