From fc72fe9ff281ccc2861e3a9f7a04b331f45e7493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C=E6=80=80=E7=A3=8A=E2=80=9D?= <2280131253@qq.com> Date: Mon, 25 Oct 2021 14:14:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E5=AE=A1=E6=89=B9-=E6=89=B9=E9=87=8F=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=EF=BC=8C=E4=B8=BB=E6=9C=BA=E5=BC=B9=E7=AA=97=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=92=8C=E9=81=AE=E7=BD=A9=E5=B1=82=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/audits/CommandExecutionList.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/views/audits/CommandExecutionList.vue b/src/views/audits/CommandExecutionList.vue index c0969fb57..8d1337d19 100644 --- a/src/views/audits/CommandExecutionList.vue +++ b/src/views/audits/CommandExecutionList.vue @@ -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: {