迁移设备损耗品更换日志模块
This commit is contained in:
@@ -91,6 +91,12 @@ export default {
|
||||
name: `${pre}device_consumables-device_consumables_lifetime_management`,
|
||||
meta: { ...meta, cache: true, title: '设备损耗品寿命管理' },
|
||||
component: _import('equipment-management/consumables-management/consumables-lifecycle')
|
||||
},
|
||||
{
|
||||
path: 'device_consumables/device_consumables_replace_log',
|
||||
name: `${pre}device_consumables-device_consumables_replace_log`,
|
||||
meta: { ...meta, cache: true, title: '设备损耗品更换日志' },
|
||||
component: _import('equipment-management/consumables-management/replacement-logs')
|
||||
}
|
||||
])('device_management-')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user