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
8d364a46
Commit
8d364a46
authored
Jul 08, 2021
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
模型编辑页面调整
parent
ce8a601b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
ImportActionHeader.jsx
src/view/Manage/Model/Component/ImportActionHeader.jsx
+5
-5
No files found.
src/view/Manage/Model/Component/ImportActionHeader.jsx
View file @
8d364a46
...
@@ -144,7 +144,7 @@ const ImportActionHeader = (props) => {
...
@@ -144,7 +144,7 @@ const ImportActionHeader = (props) => {
labelAlign=
"left"
labelAlign=
"left"
rules=
{
[{
required
:
true
,
message
:
'请输入中文名称!'
}]
}
rules=
{
[{
required
:
true
,
message
:
'请输入中文名称!'
}]
}
>
>
<
Input
/>
<
Input
style=
{
{
width
:
200
}
}
/>
</
Form
.
Item
>
</
Form
.
Item
>
</
Col
>
</
Col
>
<
Col
span=
{
8
}
>
<
Col
span=
{
8
}
>
...
@@ -154,7 +154,7 @@ const ImportActionHeader = (props) => {
...
@@ -154,7 +154,7 @@ const ImportActionHeader = (props) => {
labelAlign=
"left"
labelAlign=
"left"
rules=
{
[{
required
:
true
,
message
:
'请输入英文名称!'
}]
}
rules=
{
[{
required
:
true
,
message
:
'请输入英文名称!'
}]
}
>
>
<
AutoComplete
options=
{
options
}
onSearch=
{
onSearch
}
/>
<
AutoComplete
options=
{
options
}
onSearch=
{
onSearch
}
style=
{
{
width
:
200
}
}
/>
{
/* <Input /> */
}
{
/* <Input /> */
}
</
Form
.
Item
>
</
Form
.
Item
>
</
Col
>
</
Col
>
...
@@ -165,7 +165,7 @@ const ImportActionHeader = (props) => {
...
@@ -165,7 +165,7 @@ const ImportActionHeader = (props) => {
labelAlign=
"left"
labelAlign=
"left"
rules=
{
[{
required
:
true
,
message
:
'请输入描述!'
}]
}
rules=
{
[{
required
:
true
,
message
:
'请输入描述!'
}]
}
>
>
<
Input
/>
<
Input
style=
{
{
width
:
200
}
}
/>
</
Form
.
Item
>
</
Form
.
Item
>
</
Col
>
</
Col
>
</
Row
>
</
Row
>
...
@@ -180,7 +180,7 @@ const ImportActionHeader = (props) => {
...
@@ -180,7 +180,7 @@ const ImportActionHeader = (props) => {
<
ConstraintSelect
<
ConstraintSelect
constraints=
{
constraints
}
constraints=
{
constraints
}
onChange=
{
onConstraintChange
}
onChange=
{
onConstraintChange
}
style=
{
{
width
:
15
0
}
}
style=
{
{
width
:
20
0
}
}
/>
/>
</
Form
.
Item
>
</
Form
.
Item
>
</
Col
>
</
Col
>
...
@@ -194,7 +194,7 @@ const ImportActionHeader = (props) => {
...
@@ -194,7 +194,7 @@ const ImportActionHeader = (props) => {
<
TemplateSelect
<
TemplateSelect
templates=
{
templates
}
templates=
{
templates
}
onChange=
{
onTemplateChange
}
onChange=
{
onTemplateChange
}
style=
{
{
width
:
15
0
}
}
style=
{
{
width
:
20
0
}
}
/>
/>
</
Form
.
Item
>
</
Form
.
Item
>
</
Col
>
</
Col
>
...
...
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