迁移电池详情报表模块

This commit is contained in:
sheng
2026-06-22 17:44:16 +08:00
parent 6768eb9ead
commit 973c780bf6
7 changed files with 220 additions and 3 deletions

View File

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