修复班次管理中英文显示
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-25 22:43:23 +08:00
parent 8f13054d68
commit 188e1e261d
3 changed files with 176 additions and 0 deletions

View File

@@ -97,6 +97,12 @@ export default {
name: `${pre}team_model-team_management`,
meta: { ...meta, cache: true, title: '班组管理' },
component: _import('production-master-data/team-model/team-management')
},
{
path: 'team_model/shift_management',
name: `${pre}team_model-shift_management`,
meta: { ...meta, cache: true, title: '班次管理' },
component: _import('production-master-data/team-model/shift-management')
}
])('production_configuration-')
}