Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
szse
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhaochengxiang
szse
Commits
6a33a9c3
Commit
6a33a9c3
authored
Apr 23, 2023
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改名称
parent
2d6a140f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
ExchangeOwner.jsx
src/view/Manage/Model/Component/ExchangeOwner.jsx
+2
-2
ExpandedModelTable.jsx
src/view/Manage/Model/Component/ExpandedModelTable.jsx
+1
-1
ModelTable.jsx
src/view/Manage/Model/Component/ModelTable.jsx
+2
-2
No files found.
src/view/Manage/Model/Component/ExchangeOwner.jsx
View file @
6a33a9c3
...
...
@@ -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
>
...
...
src/view/Manage/Model/Component/ExpandedModelTable.jsx
View file @
6a33a9c3
...
...
@@ -193,7 +193,7 @@ const ExpandedModelTable = (props) => {
}
},
{
title
:
'
创建
人'
,
title
:
'
管理
人'
,
dataIndex
:
'editor'
,
width
:
100
,
ellipsis
:
true
,
...
...
src/view/Manage/Model/Component/ModelTable.jsx
View file @
6a33a9c3
...
...
@@ -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>
}
{/* {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment