迁移设备维修日志模块
This commit is contained in:
@@ -67,6 +67,12 @@ export default {
|
||||
name: `${pre}device_repair-device_repair_management`,
|
||||
meta: { ...meta, cache: true, title: '设备维修管理' },
|
||||
component: _import('equipment-management/repair-management/repair-management')
|
||||
},
|
||||
{
|
||||
path: 'device_repair/device_repair_log',
|
||||
name: `${pre}device_repair-device_repair_log`,
|
||||
meta: { ...meta, cache: true, title: '设备维修日志' },
|
||||
component: _import('equipment-management/repair-management/repair-logs')
|
||||
}
|
||||
])('device_management-')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user