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