feat: 补充 IPAM 页面
This commit is contained in:
@@ -948,15 +948,17 @@ export default {
|
||||
target: this.searchLabel,
|
||||
isSearchInput: true,
|
||||
propertyName: 'dc',
|
||||
type: 'string',
|
||||
type: 'number',
|
||||
defaultJson: {
|
||||
name: 'Date center',
|
||||
type: 'dc',
|
||||
label: 'dcIds',
|
||||
disabled: false,
|
||||
label: 'dcId',
|
||||
name: 'Data center',
|
||||
type: 'input',
|
||||
val: ''
|
||||
val: '',
|
||||
valnum: '',
|
||||
listStr: 'dcSelect'
|
||||
},
|
||||
jsonKey: 'val'
|
||||
jsonKey: 'valnum'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user