refactor(steady-checksquare): 更新稳态校验功能的数据结构和接口规范

- 移除 lineId 字段,统一使用 lineIds 数组字段
- 更新创建任务请求体构建逻辑,不再包含 lineId 属性
- 修改任务详情和检测项明细的接口契约验证
- 更新稳态校验 API 文档说明,移除对 lineId 的支持
- 重构稳态校验表单项验证规则
- 移除磁盘监控作业详情抽屉组件
- 移除磁盘监控作业表格组件
- 更新路由配置以支持新的系统监控路径
- 添加测试报告相关字典代码常量
- 更新 ICD 路径表单和结果面板功能
This commit is contained in:
2026-07-01 13:18:17 +08:00
parent a6228faaba
commit 7c8e7d1b7e
74 changed files with 5838 additions and 105 deletions

View File

@@ -17,8 +17,8 @@ const routeContracts = [
['toolAddData', 'src/views/tools/addData/index.vue'],
['toolAddLedger', 'src/views/tools/addLedger/index.vue'],
['eventList', 'src/views/event/eventList/index.vue'],
['systemMonitor', 'src/views/systemMonitor/index.vue'],
['diskMonitor', 'src/views/systemMonitor/diskMonitor/index.vue']
['system-monitor', 'src/views/system-monitor/index.vue'],
['diskMonitor', 'src/views/system-monitor/diskMonitor/index.vue']
]
const extractRouteBlock = routeName => {