feat: gather user 添加搜索

This commit is contained in:
ibuler 2020-06-16 15:29:48 +08:00
parent 1d14aa8f75
commit 2c9fa16a7c

View File

@ -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'
}
]
}
}
}
},