feat: 补充 IPAM 页面

This commit is contained in:
@changcode
2022-03-03 18:06:45 +08:00
parent cc4f5698ec
commit 82b3ee216c
7 changed files with 117 additions and 36 deletions

View File

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