迁移设备点检日志模块

This commit is contained in:
sheng
2026-06-22 18:19:14 +08:00
parent 8e5127ea88
commit 4714bbabc5
5 changed files with 113 additions and 3 deletions

View File

@@ -37,6 +37,12 @@ export default {
name: `${pre}device_check-device_check_record`,
meta: { ...meta, cache: true, title: '设备点检记录' },
component: _import('equipment-management/inspection-management/inspection-records')
},
{
path: 'device_check/device_check_items_log',
name: `${pre}device_check-device_check_items_log`,
meta: { ...meta, cache: true, title: '设备点检日志' },
component: _import('equipment-management/inspection-management/inspection-logs')
}
])('device_management-')
}