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