feat(user): 用户页面搜索区新增用户昵称搜索框
- 在用户组件中将用户名搜索框替换为用户昵称搜索框。 - 给岗位设置最小宽度,防止内容缩起来。 fix(user-management-relation): 管理链路树显示问题 - 当组织类型不为公司时(为部门、方向、团队),为防止根节点变更导致下面的子节点出现紊乱,此时隐藏编辑按钮。 - 把用margin扩充宽度改为用min-width。 fix(role): 选中某角色后的操作列的透明显示问题 - 选中某角色后,当页面分辨率不够时(出现滚动条),创建时间等字段的内容会透过操作列 fix(post): 岗位的名称、编码字段的显示问题 - 给这两个字段设置最小宽度,防止它们缩起来。
This commit is contained in:
@@ -89,8 +89,8 @@ const { columns, columnChecks, data, loading, getData, getDataByPage, mobilePagi
|
||||
columns: () => [
|
||||
{ prop: 'selection', type: 'selection', width: 48 },
|
||||
{ prop: 'index', type: 'index', label: '序号', width: 64 },
|
||||
{ prop: 'name', label: '岗位名称', minWidth: 160, showOverflowTooltip: true },
|
||||
{ prop: 'code', label: '岗位编码', minWidth: 180, showOverflowTooltip: true },
|
||||
{ prop: 'name', label: '岗位名称', minWidth: 200, showOverflowTooltip: true },
|
||||
{ prop: 'code', label: '岗位编码', minWidth: 330, showOverflowTooltip: true },
|
||||
{
|
||||
prop: 'postType',
|
||||
label: '岗位类型',
|
||||
|
||||
Reference in New Issue
Block a user