feat(system): 用户模块新增组织编码功能

- 在用户组件中新增 orgCodeOptions 数据选项
- 调用 fetchGetDictDataByCode 获取 'rdms_object_direction' 字典数据
- 将组织编码选项传递给用户组织操作对话框组件
- 在用户操作对话框中新增所属公司选择字段
- 修改组织操作对话框支持组织编码下拉选择功能
- 仅当组织类型为 'direction'(方向) 时显示编码下拉选项
- 更新国际化配置中组织类型 'direction' 的显示文本从 '条线' 改为 '方向'
This commit is contained in:
dk
2026-04-21 11:49:42 +08:00
parent b4878845da
commit ca1756344c
4 changed files with 48 additions and 20 deletions

View File

@@ -464,7 +464,7 @@ const local: App.I18n.Schema = {
orgType: {
company: '公司',
dept: '部门',
direction: '条线',
direction: '方向',
team: '团队'
},
gender: {