mirror of
https://github.com/veops/cmdb.git
synced 2025-08-06 12:21:57 +08:00
feat(ui): ipam - update assign form field display
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user