fix(系统设置): 修复组织成员列表展示不正确&环境HOST添加文案
This commit is contained in:
parent
17cb57eada
commit
f6e1abc18a
|
@ -13,7 +13,7 @@
|
|||
ref="batchFormRef"
|
||||
:models="batchFormModels"
|
||||
:form-mode="ruleFormMode"
|
||||
add-text="project.menu.rule.addRule"
|
||||
add-text="common.add"
|
||||
:default-vals="currentList.hosts"
|
||||
:show-enable="false"
|
||||
:is-show-drag="false"
|
||||
|
|
|
@ -181,15 +181,16 @@
|
|||
dataIndex: 'email',
|
||||
showTooltip: true,
|
||||
sortIndex: 0,
|
||||
width: 200,
|
||||
},
|
||||
{
|
||||
title: 'organization.member.tableColunmName',
|
||||
dataIndex: 'name',
|
||||
showInTable: true,
|
||||
showTooltip: true,
|
||||
ellipsis: true,
|
||||
showDrag: false,
|
||||
sortIndex: 1,
|
||||
width: 300,
|
||||
},
|
||||
{
|
||||
title: 'organization.member.tableColunmEmail',
|
||||
|
@ -197,7 +198,6 @@
|
|||
width: 150,
|
||||
showInTable: true,
|
||||
showTooltip: true,
|
||||
ellipsis: true,
|
||||
sortIndex: 2,
|
||||
showDrag: false,
|
||||
},
|
||||
|
@ -207,7 +207,6 @@
|
|||
showInTable: true,
|
||||
width: 200,
|
||||
showTooltip: true,
|
||||
ellipsis: true,
|
||||
showDrag: true,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue