NEZ-2081 fix : 建议IPAM 搜索给出选项

This commit is contained in:
likexuan
2022-08-02 11:23:24 +08:00
parent 352672bbfe
commit 0310aea90a
4 changed files with 33 additions and 2 deletions

View File

@@ -898,6 +898,21 @@ export default {
},
jsonKey: 'val'
},
state: {
target: this.searchLabel,
isSearchInput: true,
propertyName: 'state',
type: 'string',
defaultJson: {
disabled: false,
label: 'ipamState',
name: 'State',
readonly: true,
type: 'select',
val: ''
},
jsonKey: 'val'
},
name: {
target: this.searchLabel,
isSearchInput: true,