迁移设备损耗品更换日志模块

This commit is contained in:
sheng
2026-06-22 18:25:25 +08:00
parent 80ef16f3e5
commit 25bd394f96
5 changed files with 121 additions and 3 deletions

View File

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