迁移鹰眼模块
Some checks failed
Release pipeline / publish (push) Has been cancelled
Release pipeline / Always run job (push) Has been cancelled

This commit is contained in:
sheng
2026-06-22 17:51:29 +08:00
parent 973c780bf6
commit c07f95a45e
7 changed files with 563 additions and 3 deletions

View File

@@ -55,6 +55,12 @@ export default {
name: `${pre}report-battery-detail`,
meta: { ...meta, cache: true, title: '电池详情报表' },
component: _import('data-platform/production-reports/battery-detail')
},
{
path: 'pancake/eagle_eyes',
name: `${pre}formation-data-record`,
meta: { ...meta, cache: true, title: '鹰眼' },
component: _import('data-platform/correlation-analysis/hawkeye')
}
])('data_middleground-')
}