feat(tools): 新增台账管理功能模块

- 添加 addLedger API 接口定义和实现
- 创建工程配置表单组件 (EngineeringForm)
- 创建设备配置表单组件 (EquipmentForm)
- 创建项目和测点表单组件 (ProjectForm, LineForm)
- 实现台账树形结构面板 (LedgerTreePanel)
- 添加台账数据验证契约检查脚本
- 集成字典选项和动态表单验证功能
- 实现台账节点增删改查完整流程
- 优化 Echarts 图表组件分组渲染性能
This commit is contained in:
2026-05-09 07:53:32 +08:00
parent a1e1fb124a
commit cd54bb676c
14 changed files with 2005 additions and 26 deletions

View File

@@ -67,6 +67,14 @@ export const staticRouter: RouteRecordRaw[] = [
title: '模拟数据'
}
},
{
path: '/tools/addLedger',
name: 'toolAddLedger',
component: () => import('@/views/tools/addLedger/index.vue'),
meta: {
title: '数据台账'
}
},
{
path: '/403',
name: '403',