Commit 6a33a9c3 by zhaochengxiang

修改名称

parent 2d6a140f
......@@ -110,7 +110,7 @@ const FC = ({ visible, id, onCancel }) => {
className='exchange-owner'
forceRender
visible={visible}
title='替换Owner'
title='更换管理人'
width={800}
onCancel={cancel}
footer={footer}
......@@ -129,7 +129,7 @@ const FC = ({ visible, id, onCancel }) => {
<div>提供方信息</div>
</Space>} />
<Space>
<div>数据提供服务方Owner:</div>
<div>管理人:</div>
<div style={{ width: 200 }}>
<SelectUsers type='edit' users={owners} value={currentOwner} onChange={onOwnerChange} />
</div>
......
......@@ -193,7 +193,7 @@ const ExpandedModelTable = (props) => {
}
},
{
title: '创建人',
title: '管理人',
dataIndex: 'editor',
width: 100,
ellipsis: true,
......
......@@ -229,7 +229,7 @@ const ModelTable = (props) => {
}
},
{
title: '创建人',
title: '管理人',
dataIndex: 'editor',
width: 100,
ellipsis: true,
......@@ -1017,7 +1017,7 @@ const ModelTable = (props) => {
}
{
getDataModelerRole(user)!==DataModelerRoleReader && view!=='grant' && currentItem?.supportChangeOwn && <RcItem id="exchangeOwner" onClick={handleItemClick}>
替换Owner
更换管理人
</RcItem>
}
{/* {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment