迁移设备点检日志模块
This commit is contained in:
@@ -37,6 +37,12 @@ export default {
|
||||
name: `${pre}device_check-device_check_record`,
|
||||
meta: { ...meta, cache: true, title: '设备点检记录' },
|
||||
component: _import('equipment-management/inspection-management/inspection-records')
|
||||
},
|
||||
{
|
||||
path: 'device_check/device_check_items_log',
|
||||
name: `${pre}device_check-device_check_items_log`,
|
||||
meta: { ...meta, cache: true, title: '设备点检日志' },
|
||||
component: _import('equipment-management/inspection-management/inspection-logs')
|
||||
}
|
||||
])('device_management-')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user