mirror of https://github.com/veops/cmdb.git
feat(ui): ipam - update assign form field display
This commit is contained in:
parent
f575291a1f
commit
f5dc53e5b8
|
@ -120,7 +120,7 @@ export default {
|
|||
|
||||
if (attrList.length) {
|
||||
_.remove(attrList, (item) => {
|
||||
return ['subnet_mask', 'gateway', 'name', 'mac_address', 'is_used', 'ip'].includes(item.name)
|
||||
return ['subnet_mask', 'gateway', 'name', 'mac_address', 'is_used', 'ip', 'ipam_address_id'].includes(item.name)
|
||||
})
|
||||
|
||||
const assingStatusIndex = attrList.findIndex((attr) => attr.name === 'assign_status')
|
||||
|
|
Loading…
Reference in New Issue