feat(机柜管理): 添加机柜数据导出功能并优化设备删除逻辑
添加机柜数据导出功能,支持Excel格式下载 在设备删除逻辑中增加网卡删除处理 调整设备ID字段为非必填且隐藏
This commit is contained in:
@@ -8,9 +8,9 @@ const defaultDeviceFields = [
|
||||
fieldName: 'deviceId',
|
||||
displayName: '设备ID',
|
||||
fieldType: 'string',
|
||||
required: true,
|
||||
required: false,
|
||||
order: 1,
|
||||
visible: true,
|
||||
visible: false,
|
||||
isSystem: true
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user