feat(tools): 新增台账管理功能模块
- 添加 addLedger API 接口定义和实现 - 创建工程配置表单组件 (EngineeringForm) - 创建设备配置表单组件 (EquipmentForm) - 创建项目和测点表单组件 (ProjectForm, LineForm) - 实现台账树形结构面板 (LedgerTreePanel) - 添加台账数据验证契约检查脚本 - 集成字典选项和动态表单验证功能 - 实现台账节点增删改查完整流程 - 优化 Echarts 图表组件分组渲染性能
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user