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
fad4eee0
Commit
fad4eee0
authored
Apr 18, 2023
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整基本信息样式
parent
4eb1cf41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
83 additions
and
81 deletions
+83
-81
ImportActionHeader.jsx
src/view/Manage/Model/Component/ImportActionHeader.jsx
+83
-81
No files found.
src/view/Manage/Model/Component/ImportActionHeader.jsx
View file @
fad4eee0
...
@@ -393,73 +393,67 @@ const ImportActionHeader = (props) => {
...
@@ -393,73 +393,67 @@ const ImportActionHeader = (props) => {
<
Divider
style=
{
{
margin
:
'0 0 15px'
}
}
/>
<
Divider
style=
{
{
margin
:
'0 0 15px'
}
}
/>
<
Row
gutter=
{
10
}
>
<
Row
gutter=
{
10
}
>
<
Col
xs=
{
24
}
sm=
{
24
}
lg=
{
12
}
xl=
{
8
}
>
<
Col
xs=
{
24
}
sm=
{
24
}
lg=
{
12
}
xl=
{
8
}
>
<
Form
.
Item
<
Row
>
label=
"技术主键"
<
Col
span=
{
24
}
>
name=
"easyDataModelerPrimaryKey"
<
Form
.
Item
>
label=
"技术主键"
<
AttributesSelect
modelerData=
{
modelerData
}
mode=
'tags'
/>
name=
"easyDataModelerPrimaryKey"
</
Form
.
Item
>
>
</
Col
>
<
AttributesSelect
modelerData=
{
modelerData
}
mode=
'tags'
/>
<
Col
xs=
{
24
}
sm=
{
24
}
lg=
{
12
}
xl=
{
8
}
>
</
Form
.
Item
>
<
Form
.
Item
</
Col
>
label=
"数据平台"
<
Col
span=
{
24
}
>
name=
"dataResidence"
<
Form
.
Item
>
label=
"分布键"
<
Input
placeholder=
'描述数据表落地的数据平台及数据库'
/>
name=
"easyDataModelerDistributionKey"
</
Form
.
Item
>
>
</
Col
>
<
AttributesSelect
modelerData=
{
modelerData
}
/>
<
Col
xs=
{
24
}
sm=
{
24
}
lg=
{
12
}
xl=
{
8
}
>
</
Form
.
Item
>
<
Form
.
Item
</
Col
>
label=
"数据情况"
<
Col
span=
{
24
}
>
name=
"dataCircumstances"
>
<
Input
placeholder=
'描述数据表中数据的更新频率、每日增量情况、数据量级和历史数据'
/>
</
Form
.
Item
>
</
Col
>
<
Col
xs=
{
24
}
sm=
{
24
}
lg=
{
12
}
xl=
{
8
}
>
<
Form
.
Item
label=
"分布键"
name=
"easyDataModelerDistributionKey"
>
<
AttributesSelect
modelerData=
{
modelerData
}
/>
</
Form
.
Item
>
</
Col
>
<
Col
xs=
{
24
}
sm=
{
24
}
lg=
{
12
}
xl=
{
8
}
>
<
Form
.
Item
label=
"数据类型"
name=
"dataType"
tooltip=
{
dataTypeRemark
}
>
<
Select
allowClear
placeholder=
'请选择数据类型'
>
{
dataTypeList
?.
map
((
item
,
index
)
=>
<
Option
key=
{
index
}
value=
{
item
}
>
{
item
}
</
Option
>)
}
</
Select
>
</
Form
.
Item
>
</
Col
>
<
Col
xs=
{
24
}
sm=
{
24
}
lg=
{
12
}
xl=
{
8
}
>
<
Form
.
Item
label=
"更新时间"
name=
"dataUpdatingTiming"
>
<
UpdateSelect
placeholder=
'描述数据表的更新时间点'
/>
</
Form
.
Item
>
</
Col
>
</
Row
>
<
Row
>
<
Col
xs=
{
24
}
sm=
{
24
}
lg=
{
24
}
xl=
{
16
}
>
<
Row
gutter=
{
10
}
>
<
Col
xs=
{
24
}
sm=
{
24
}
lg=
{
12
}
xl=
{
12
}
>
<
Form
.
Item
<
Form
.
Item
label=
"分区键"
label=
"分区键"
name=
"partition"
name=
"partition"
>
>
<
PartitionSelect
modelerData=
{
modelerData
}
partitionTypes=
{
supportedPartitionTypes
}
/>
<
PartitionSelect
modelerData=
{
modelerData
}
partitionTypes=
{
supportedPartitionTypes
}
/>
</
Form
.
Item
>
</
Form
.
Item
>
</
Col
>
</
Col
>
<
Col
xs=
{
24
}
sm=
{
24
}
lg=
{
12
}
xl=
{
12
}
>
<
Col
span=
{
24
}
>
<
Form
.
Item
label=
"类主键"
name=
"easyDataModelerSemiPrimaryKey"
>
<
AttributesSelect
modelerData=
{
modelerData
}
mode=
'tags'
/>
</
Form
.
Item
>
</
Col
>
</
Row
>
</
Col
>
<
Col
xs=
{
24
}
sm=
{
24
}
lg=
{
12
}
xl=
{
8
}
>
<
Row
>
<
Col
span=
{
24
}
>
<
Form
.
Item
label=
"数据平台"
name=
"dataResidence"
>
<
Input
placeholder=
'描述数据表落地的数据平台及数据库'
/>
</
Form
.
Item
>
</
Col
>
<
Col
span=
{
24
}
>
<
Form
.
Item
label=
"数据类型"
name=
"dataType"
tooltip=
{
dataTypeRemark
}
>
<
Select
allowClear
placeholder=
'请选择数据类型'
>
{
dataTypeList
?.
map
((
item
,
index
)
=>
<
Option
key=
{
index
}
value=
{
item
}
>
{
item
}
</
Option
>)
}
</
Select
>
</
Form
.
Item
>
</
Col
>
<
Col
span=
{
24
}
>
<
Form
.
Item
<
Form
.
Item
label=
"绑定加载范围"
label=
"绑定加载范围"
name=
"bindingLoadRange"
name=
"bindingLoadRange"
...
@@ -474,37 +468,45 @@ const ImportActionHeader = (props) => {
...
@@ -474,37 +468,45 @@ const ImportActionHeader = (props) => {
</
Select
>
</
Select
>
</
Form
.
Item
>
</
Form
.
Item
>
</
Col
>
</
Col
>
<
Col
span=
{
24
}
>
<
Form
.
Item
label=
"加载方式"
name=
"dataLoadingStrategy"
>
<
LoadSelect
/>
</
Form
.
Item
>
</
Col
>
</
Row
>
</
Row
>
<
Row
gutter=
{
10
}
>
</
Col
>
<
Col
xs=
{
24
}
sm=
{
24
}
lg=
{
12
}
xl=
{
12
}
>
<
Col
xs=
{
24
}
sm=
{
24
}
lg=
{
24
}
xl=
{
8
}
>
<
Row
>
<
Col
xs=
{
24
}
sm=
{
24
}
lg=
{
12
}
xl=
{
24
}
>
<
Form
.
Item
<
Form
.
Item
label=
"
类主键
"
label=
"
数据情况
"
name=
"
easyDataModelerSemiPrimaryKey
"
name=
"
dataCircumstances
"
>
>
<
AttributesSelect
modelerData=
{
modelerData
}
mode=
'tags
'
/>
<
Input
placeholder=
'描述数据表中数据的更新频率、每日增量情况、数据量级和历史数据
'
/>
</
Form
.
Item
>
</
Form
.
Item
>
</
Col
>
</
Col
>
<
Col
xs=
{
24
}
sm=
{
24
}
lg=
{
12
}
xl=
{
12
}
>
<
Col
xs=
{
24
}
sm=
{
24
}
lg=
{
12
}
xl=
{
24
}
>
<
Form
.
Item
<
Form
.
Item
label=
"
加载方式
"
label=
"
更新时间
"
name=
"data
LoadingStrategy
"
name=
"data
UpdatingTiming
"
>
>
<
LoadSelect
/>
<
UpdateSelect
placeholder=
'描述数据表的更新时间点'
/>
</
Form
.
Item
>
</
Col
>
<
Col
xs=
{
24
}
sm=
{
24
}
lg=
{
12
}
xl=
{
24
}
>
<
Form
.
Item
label=
"维护历史"
name=
"maintenanceRecords"
>
<
TextArea
rows=
{
3
}
disabled=
{
true
}
/>
</
Form
.
Item
>
</
Form
.
Item
>
</
Col
>
</
Col
>
</
Row
>
</
Row
>
</
Col
>
</
Col
>
<
Col
xs=
{
24
}
sm=
{
24
}
lg=
{
24
}
xl=
{
8
}
>
</
Row
>
<
Col
xs=
{
24
}
sm=
{
24
}
lg=
{
24
}
xl=
{
24
}
>
<
Form
.
Item
label=
"维护历史"
name=
"maintenanceRecords"
>
<
TextArea
rows=
{
3
}
disabled=
{
true
}
/>
</
Form
.
Item
>
</
Col
>
</
Col
>
</
Row
>
</
React
.
Fragment
>
</
React
.
Fragment
>
}
}
</
Form
>
</
Form
>
...
...
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