feat(机柜管理): 添加机柜导入导出功能并优化分页查询

- 添加xlsx依赖支持Excel文件处理
- 实现机柜数据的导入导出功能,包括模板下载
- 优化机柜列表的分页查询接口
- 修复机柜可视化页面U位标记位置计算问题
- 更新背景设置和渐变颜色样式
This commit is contained in:
zhang1106
2025-12-22 08:59:44 +08:00
parent 130b2ad5f7
commit c60d13a0df
11 changed files with 726 additions and 38 deletions
+2 -1
View File
@@ -15,7 +15,8 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
"three": "^0.160.0"
"three": "^0.160.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.3",