fix(系统设置): 修复组织成员列表展示不正确&环境HOST添加文案

This commit is contained in:
xinxin.wu 2024-08-14 10:20:31 +08:00 committed by 刘瑞斌
parent 17cb57eada
commit f6e1abc18a
2 changed files with 3 additions and 4 deletions

View File

@ -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"

View File

@ -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,
},
{