迁移电池详情报表模块
This commit is contained in:
@@ -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-')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user