Commit 6a33a9c3 by zhaochengxiang

修改名称

parent 2d6a140f
...@@ -110,7 +110,7 @@ const FC = ({ visible, id, onCancel }) => { ...@@ -110,7 +110,7 @@ const FC = ({ visible, id, onCancel }) => {
className='exchange-owner' className='exchange-owner'
forceRender forceRender
visible={visible} visible={visible}
title='替换Owner' title='更换管理人'
width={800} width={800}
onCancel={cancel} onCancel={cancel}
footer={footer} footer={footer}
...@@ -129,7 +129,7 @@ const FC = ({ visible, id, onCancel }) => { ...@@ -129,7 +129,7 @@ const FC = ({ visible, id, onCancel }) => {
<div>提供方信息</div> <div>提供方信息</div>
</Space>} /> </Space>} />
<Space> <Space>
<div>数据提供服务方Owner:</div> <div>管理人:</div>
<div style={{ width: 200 }}> <div style={{ width: 200 }}>
<SelectUsers type='edit' users={owners} value={currentOwner} onChange={onOwnerChange} /> <SelectUsers type='edit' users={owners} value={currentOwner} onChange={onOwnerChange} />
</div> </div>
......
...@@ -193,7 +193,7 @@ const ExpandedModelTable = (props) => { ...@@ -193,7 +193,7 @@ const ExpandedModelTable = (props) => {
} }
}, },
{ {
title: '创建人', title: '管理人',
dataIndex: 'editor', dataIndex: 'editor',
width: 100, width: 100,
ellipsis: true, ellipsis: true,
......
...@@ -229,7 +229,7 @@ const ModelTable = (props) => { ...@@ -229,7 +229,7 @@ const ModelTable = (props) => {
} }
}, },
{ {
title: '创建人', title: '管理人',
dataIndex: 'editor', dataIndex: 'editor',
width: 100, width: 100,
ellipsis: true, ellipsis: true,
...@@ -1017,7 +1017,7 @@ const ModelTable = (props) => { ...@@ -1017,7 +1017,7 @@ const ModelTable = (props) => {
} }
{ {
getDataModelerRole(user)!==DataModelerRoleReader && view!=='grant' && currentItem?.supportChangeOwn && <RcItem id="exchangeOwner" onClick={handleItemClick}> getDataModelerRole(user)!==DataModelerRoleReader && view!=='grant' && currentItem?.supportChangeOwn && <RcItem id="exchangeOwner" onClick={handleItemClick}>
替换Owner 更换管理人
</RcItem> </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