From 2c9fa16a7c40ca351af1eb11f285fcef873dea31 Mon Sep 17 00:00:00 2001 From: ibuler Date: Tue, 16 Jun 2020 15:29:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20gather=20user=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xpack/GatheredUser/GatheredUserList.vue | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/views/xpack/GatheredUser/GatheredUserList.vue b/src/views/xpack/GatheredUser/GatheredUserList.vue index bf4655292..ce916d583 100644 --- a/src/views/xpack/GatheredUser/GatheredUserList.vue +++ b/src/views/xpack/GatheredUser/GatheredUserList.vue @@ -32,7 +32,19 @@ export default { headerActions: { hasCreate: false, hasLeftActions: false, - hasImport: false + hasImport: false, + searchConfig: { + options: [ + { + label: this.$t('assets.Hostname'), + value: 'asset__hostname' + }, + { + label: 'IP', + value: 'asset__ip' + } + ] + } } } },