迁移设备损耗品项目模块

This commit is contained in:
sheng
2026-06-22 18:24:42 +08:00
parent 6a664277a5
commit 86313d309f
5 changed files with 118 additions and 3 deletions

View File

@@ -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-')
}