迁移设备损耗品类别模块

This commit is contained in:
sheng
2026-06-22 18:24:21 +08:00
parent 19050966b4
commit 6a664277a5
5 changed files with 115 additions and 3 deletions

View File

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