迁移班次管理功能

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

View File

@@ -62,5 +62,11 @@ export default {
meta: { ...meta, cache: true, title: '班组管理' },
component: _import('production-master-data/team-model/team-management')
}
{
path: 'organization/production_shift_management',
name: `${pre}organization-production_shift_management`,
meta: { ...meta, cache: true, title: '班次管理' },
component: _import('production-master-data/team-model/shift-management')
}
])('system_settings-')
}