迁移设备履历报表模块

This commit is contained in:
sheng
2026-06-22 17:40:40 +08:00
parent a1716b0069
commit 6768eb9ead
7 changed files with 196 additions and 3 deletions

View File

@@ -43,6 +43,12 @@ export default {
name: `${pre}traceability-battery`,
meta: { ...meta, cache: true, title: '电池追溯' },
component: _import('data-platform/traceability/battery')
},
{
path: 'produce/report/equipment-history',
name: `${pre}report-equipment-history`,
meta: { ...meta, cache: true, title: '设备履历报表' },
component: _import('data-platform/production-reports/equipment-history')
}
])('data_middleground-')
}