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