feat(机柜管理): 添加机柜数据导出功能并优化设备删除逻辑

添加机柜数据导出功能,支持Excel格式下载
在设备删除逻辑中增加网卡删除处理
调整设备ID字段为非必填且隐藏
This commit is contained in:
zhang1106
2026-02-06 16:23:56 +08:00
parent aa5ab5fc17
commit e525fa4f11
4 changed files with 169 additions and 9 deletions
+2 -2
View File
@@ -8,9 +8,9 @@ const defaultDeviceFields = [
fieldName: 'deviceId',
displayName: '设备ID',
fieldType: 'string',
required: true,
required: false,
order: 1,
visible: true,
visible: false,
isSystem: true
},
{