feat(web): 新增预测管理和策略表单功能

- 添加预测管理页面和相关组件
- 实现策略表单组件,支持创建和编辑策略
- 优化表格组件,增加分页和数据加载功能
- 调整视频监控组件布局
- 修复部分组件样式问题
This commit is contained in:
zhoumengru
2025-09-04 13:42:48 +08:00
parent 6d6d05e18f
commit 5f5eeb1cbf
22 changed files with 1548 additions and 312 deletions

View File

@@ -47,15 +47,20 @@ export default {
menuList: [
{
name: '系统总览',
icon: 'icon-xitongguanli'
path:'/home'
},
{
name: '运行监控',
path: '/main/monitor'
path: '/monitor'
},
{
name: '预测管理',
path: '/predict'
},
{
name: '统计分析',
path: '/main/statisticalAnalysis'
path: '/statisticalAnalysis'
},
{
name: '系统管理',