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