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