mirror of
				https://github.com/veops/cmdb.git
				synced 2025-11-04 13:46:17 +08:00 
			
		
		
		
	Merge pull request #650 from veops/dev_ui_241206
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