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
a4ea7122
Commit
a4ea7122
authored
Feb 23, 2022
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
模型基本信息左对齐
parent
f97ee438
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
ImportActionHeader.jsx
src/view/Manage/Model/Component/ImportActionHeader.jsx
+15
-0
No files found.
src/view/Manage/Model/Component/ImportActionHeader.jsx
View file @
a4ea7122
...
@@ -534,6 +534,7 @@ const ImportActionHeader = (props) => {
...
@@ -534,6 +534,7 @@ const ImportActionHeader = (props) => {
<
Form
.
Item
<
Form
.
Item
label=
"中文名称"
label=
"中文名称"
name=
"cnName"
name=
"cnName"
labelAlign=
'left'
rules=
{
[{
required
:
true
,
message
:
'请输入中文名称!'
}]
}
rules=
{
[{
required
:
true
,
message
:
'请输入中文名称!'
}]
}
>
>
<
InputDebounce
/>
<
InputDebounce
/>
...
@@ -543,6 +544,7 @@ const ImportActionHeader = (props) => {
...
@@ -543,6 +544,7 @@ const ImportActionHeader = (props) => {
<
Form
.
Item
<
Form
.
Item
label=
"英文名称"
label=
"英文名称"
name=
"name"
name=
"name"
labelAlign=
'left'
rules=
{
[{
required
:
true
,
message
:
'请输入英文名称!'
}]
}
rules=
{
[{
required
:
true
,
message
:
'请输入英文名称!'
}]
}
>
>
<
AutoComplete
options=
{
options
}
onSearch=
{
onSearch
}
/>
<
AutoComplete
options=
{
options
}
onSearch=
{
onSearch
}
/>
...
@@ -552,6 +554,7 @@ const ImportActionHeader = (props) => {
...
@@ -552,6 +554,7 @@ const ImportActionHeader = (props) => {
<
Form
.
Item
<
Form
.
Item
label=
"规范"
label=
"规范"
name=
"easyDataModelerModelingConstraint"
name=
"easyDataModelerModelingConstraint"
labelAlign=
'left'
rules=
{
[{
required
:
true
,
message
:
'请选择规范!'
}]
}
rules=
{
[{
required
:
true
,
message
:
'请选择规范!'
}]
}
>
>
<
ConstraintSelect
<
ConstraintSelect
...
@@ -564,6 +567,7 @@ const ImportActionHeader = (props) => {
...
@@ -564,6 +567,7 @@ const ImportActionHeader = (props) => {
<
Form
.
Item
<
Form
.
Item
label=
"数据内容"
label=
"数据内容"
name=
"remark"
name=
"remark"
labelAlign=
'left'
rules=
{
[{
required
:
true
,
message
:
'请输入数据内容!'
}]
}
rules=
{
[{
required
:
true
,
message
:
'请输入数据内容!'
}]
}
style=
{
{
marginBottom
:
15
}
}
style=
{
{
marginBottom
:
15
}
}
>
>
...
@@ -580,6 +584,7 @@ const ImportActionHeader = (props) => {
...
@@ -580,6 +584,7 @@ const ImportActionHeader = (props) => {
<
Form
.
Item
<
Form
.
Item
label=
"生成表类型"
label=
"生成表类型"
name=
"easyDataModelerModelingTemplate"
name=
"easyDataModelerModelingTemplate"
labelAlign=
'left'
rules=
{
[{
required
:
false
,
message
:
'请选择生成表类型!'
}]
}
rules=
{
[{
required
:
false
,
message
:
'请选择生成表类型!'
}]
}
>
>
<
TemplateSelect
<
TemplateSelect
...
@@ -592,6 +597,7 @@ const ImportActionHeader = (props) => {
...
@@ -592,6 +597,7 @@ const ImportActionHeader = (props) => {
<
Form
.
Item
<
Form
.
Item
label=
"数据表类型"
label=
"数据表类型"
name=
"tableType"
name=
"tableType"
labelAlign=
'left'
>
>
<
Input
/>
<
Input
/>
</
Form
.
Item
>
</
Form
.
Item
>
...
@@ -600,6 +606,7 @@ const ImportActionHeader = (props) => {
...
@@ -600,6 +606,7 @@ const ImportActionHeader = (props) => {
<
Form
.
Item
<
Form
.
Item
label=
"数据平台"
label=
"数据平台"
name=
"dataResidence"
name=
"dataResidence"
labelAlign=
'left'
>
>
<
Input
disabled=
{
true
}
/>
<
Input
disabled=
{
true
}
/>
</
Form
.
Item
>
</
Form
.
Item
>
...
@@ -608,6 +615,7 @@ const ImportActionHeader = (props) => {
...
@@ -608,6 +615,7 @@ const ImportActionHeader = (props) => {
<
Form
.
Item
<
Form
.
Item
label=
"数据情况"
label=
"数据情况"
name=
"dataCircumstances"
name=
"dataCircumstances"
labelAlign=
'left'
>
>
<
Input
/>
<
Input
/>
</
Form
.
Item
>
</
Form
.
Item
>
...
@@ -616,6 +624,7 @@ const ImportActionHeader = (props) => {
...
@@ -616,6 +624,7 @@ const ImportActionHeader = (props) => {
<
Form
.
Item
<
Form
.
Item
label=
"分布键"
label=
"分布键"
name=
"easyDataModelerDistributionKey"
name=
"easyDataModelerDistributionKey"
labelAlign=
'left'
>
>
<
AttributesSelect
modelerData=
{
modelerData
}
/>
<
AttributesSelect
modelerData=
{
modelerData
}
/>
</
Form
.
Item
>
</
Form
.
Item
>
...
@@ -624,6 +633,7 @@ const ImportActionHeader = (props) => {
...
@@ -624,6 +633,7 @@ const ImportActionHeader = (props) => {
<
Form
.
Item
<
Form
.
Item
label=
"分区键"
label=
"分区键"
name=
"partition"
name=
"partition"
labelAlign=
'left'
>
>
<
PartitionSelect
modelerData=
{
modelerData
}
partitionTypes=
{
supportedPartitionTypes
}
/>
<
PartitionSelect
modelerData=
{
modelerData
}
partitionTypes=
{
supportedPartitionTypes
}
/>
</
Form
.
Item
>
</
Form
.
Item
>
...
@@ -632,6 +642,7 @@ const ImportActionHeader = (props) => {
...
@@ -632,6 +642,7 @@ const ImportActionHeader = (props) => {
<
Form
.
Item
<
Form
.
Item
label=
"主键"
label=
"主键"
name=
"easyDataModelerPrimaryKey"
name=
"easyDataModelerPrimaryKey"
labelAlign=
'left'
>
>
<
AttributesSelect
modelerData=
{
modelerData
}
/>
<
AttributesSelect
modelerData=
{
modelerData
}
/>
</
Form
.
Item
>
</
Form
.
Item
>
...
@@ -640,6 +651,7 @@ const ImportActionHeader = (props) => {
...
@@ -640,6 +651,7 @@ const ImportActionHeader = (props) => {
<
Form
.
Item
<
Form
.
Item
label=
"类主键"
label=
"类主键"
name=
"easyDataModelerSemiPrimaryKey"
name=
"easyDataModelerSemiPrimaryKey"
labelAlign=
'left'
>
>
<
AttributesSelect
modelerData=
{
modelerData
}
mode=
'tags'
/>
<
AttributesSelect
modelerData=
{
modelerData
}
mode=
'tags'
/>
</
Form
.
Item
>
</
Form
.
Item
>
...
@@ -648,6 +660,7 @@ const ImportActionHeader = (props) => {
...
@@ -648,6 +660,7 @@ const ImportActionHeader = (props) => {
<
Form
.
Item
<
Form
.
Item
label=
"加载方式"
label=
"加载方式"
name=
"dataLoadingStrategy"
name=
"dataLoadingStrategy"
labelAlign=
'left'
>
>
<
LoadSelect
/>
<
LoadSelect
/>
</
Form
.
Item
>
</
Form
.
Item
>
...
@@ -656,6 +669,7 @@ const ImportActionHeader = (props) => {
...
@@ -656,6 +669,7 @@ const ImportActionHeader = (props) => {
<
Form
.
Item
<
Form
.
Item
label=
"更新时间"
label=
"更新时间"
name=
"dataUpdatingTiming"
name=
"dataUpdatingTiming"
labelAlign=
'left'
>
>
<
UpdateSelect
/>
<
UpdateSelect
/>
</
Form
.
Item
>
</
Form
.
Item
>
...
@@ -664,6 +678,7 @@ const ImportActionHeader = (props) => {
...
@@ -664,6 +678,7 @@ const ImportActionHeader = (props) => {
<
Form
.
Item
<
Form
.
Item
label=
"维护历史"
label=
"维护历史"
name=
"maintenanceRecords"
name=
"maintenanceRecords"
labelAlign=
'left'
>
>
<
Input
disabled=
{
true
}
/>
<
Input
disabled=
{
true
}
/>
</
Form
.
Item
>
</
Form
.
Item
>
...
...
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