迁移班组管理功能

This commit is contained in:
sheng
2026-06-22 23:23:06 +08:00
parent cf90981c5d
commit c670488c80
7 changed files with 467 additions and 3 deletions

View File

@@ -55,6 +55,12 @@ export default {
name: `${pre}system_monitoring-setting`,
meta: { ...meta, cache: true, title: '监控设置' },
component: _import('system-administration/system-monitoring/monitoring-configuration')
},
{
path: 'organization/production_team_manage',
name: `${pre}organization-production_team_manage`,
meta: { ...meta, cache: true, title: '班组管理' },
component: _import('production-master-data/team-model/team-management')
}
])('system_settings-')
}