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