Commit 9e304fa8 by suyuchen

feat(sidebar): 添加侧边栏导航和升级记录页面

- 创建 aside.html 侧边栏组件,包含设备管理、工单管理、基本设置等导航菜单 - 实现可折叠子菜单功能,支持设备编码管理、工单池、升级记录等功能入口 - 添加 toggleSubmenu JavaScript 函数用于控制子菜单展开收起 - 创建 escalation-records.html 升级记录列表页面,包含完整的页面结构和样式 - 实现升级记录表格展示功能,支持筛选和分页操作 - 配置 .gitignore 文件忽略 IDE 相关文件和配置
parent 50368a06
<!DOCTYPE html> <!DOCTYPE html>
...@@ -1334,7 +1334,7 @@ ...@@ -1334,7 +1334,7 @@
<i class="fas fa-plus"></i> 新增 <i class="fas fa-plus"></i> 新增
</button> </button>
<button class="btn btn-primary" id="batch-upload-btn" style="background: #17a2b8;"> <button class="btn btn-primary" id="batch-upload-btn" style="background: #17a2b8;">
<i class="fas fa-upload"></i> 批量上传 <i class="fas fa-upload"></i> 批量导入
</button> </button>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment