迁移班组管理功能
This commit is contained in:
@@ -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-')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user