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
2df8e4fa
Commit
2df8e4fa
authored
Jan 24, 2022
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
详情刷新问题
parent
98a9e2e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
14 deletions
+16
-14
ImportActionTable.jsx
src/view/Manage/Model/Component/ImportActionTable.jsx
+16
-14
No files found.
src/view/Manage/Model/Component/ImportActionTable.jsx
View file @
2df8e4fa
...
...
@@ -75,19 +75,21 @@ const DatatypeInput = ({ value = {}, datatypes, onChange }) => {
<
span
>
名称:
</
span
>
</
Col
>
<
Col
span=
{
15
}
>
<
Select
onChange=
{
onNameChange
}
value=
{
value
.
name
||
''
}
placeholder=
'请选择类型名称'
>
{
(
datatypes
||
[])
&&
datatypes
.
map
((
_datatype
,
index
)
=>
{
return
(
<
Option
key=
{
_datatype
.
name
||
''
}
>
{
_datatype
.
name
||
''
}
</
Option
>
);
})
}
</
Select
>
<
span
onClick=
{
e
=>
e
.
stopPropagation
()
}
>
<
Select
onChange=
{
onNameChange
}
value=
{
value
.
name
||
''
}
placeholder=
'请选择类型名称'
>
{
(
datatypes
||
[])
&&
datatypes
.
map
((
_datatype
,
index
)
=>
{
return
(
<
Option
key=
{
_datatype
.
name
||
''
}
>
{
_datatype
.
name
||
''
}
</
Option
>
);
})
}
</
Select
>
</
span
>
</
Col
>
</
Row
>
{
...
...
@@ -1011,7 +1013,7 @@ const ImportActionTable = (props) => {
}
title="规则详情"
>
<a href="">详情</a>
<a href="
#
">详情</a>
</Popover>
}
</div>
...
...
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