feat(user): 用户页面搜索区新增用户昵称搜索框
- 在用户组件中将用户名搜索框替换为用户昵称搜索框。 - 给岗位设置最小宽度,防止内容缩起来。 fix(user-management-relation): 管理链路树显示问题 - 当组织类型不为公司时(为部门、方向、团队),为防止根节点变更导致下面的子节点出现紊乱,此时隐藏编辑按钮。 - 把用margin扩充宽度改为用min-width。 fix(role): 选中某角色后的操作列的透明显示问题 - 选中某角色后,当页面分辨率不够时(出现滚动条),创建时间等字段的内容会透过操作列 fix(post): 岗位的名称、编码字段的显示问题 - 给这两个字段设置最小宽度,防止它们缩起来。
This commit is contained in:
@@ -404,7 +404,7 @@ const local: App.I18n.Schema = {
|
||||
emptyLeader: '暂无负责人',
|
||||
userName: '用户名',
|
||||
userGender: '性别',
|
||||
nickName: '昵称',
|
||||
nickName: '用户昵称',
|
||||
deptName: '所属组织',
|
||||
positionName: '岗位',
|
||||
userPhone: '手机号',
|
||||
@@ -422,7 +422,7 @@ const local: App.I18n.Schema = {
|
||||
form: {
|
||||
userName: '请输入用户名',
|
||||
userGender: '请选择性别',
|
||||
nickName: '请输入昵称',
|
||||
nickName: '请输入用户昵称',
|
||||
orgName: '请输入组织名称',
|
||||
orgCode: '请输入组织编码',
|
||||
orgTypeLabel: '请选择组织类型',
|
||||
|
||||
Reference in New Issue
Block a user