迁移排班日历功能
Some checks failed
Release pipeline / publish (push) Has been cancelled
Release pipeline / Always run job (push) Has been cancelled

This commit is contained in:
sheng
2026-06-22 23:36:08 +08:00
parent e8e79fcb3f
commit 8ef94ecf2e
6 changed files with 167 additions and 5 deletions

View File

@@ -61,12 +61,18 @@ export default {
name: `${pre}organization-production_team_manage`,
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')
},
{
path: 'organization/production_shift_calender',
name: `${pre}organization-production_shift_calender`,
meta: { ...meta, cache: true, title: '排班日历' },
component: _import('production-master-data/team-model/scheduling-calendar')
}
])('system_settings-')
}