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
3c3aa7d0
Commit
3c3aa7d0
authored
Jul 29, 2024
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
模型基本信息调整
parent
1d026ab4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
ImportActionHeader.jsx
src/view/Manage/Model/Component/ImportActionHeader.jsx
+6
-5
ImportActionTable.jsx
src/view/Manage/Model/Component/ImportActionTable.jsx
+1
-1
No files found.
src/view/Manage/Model/Component/ImportActionHeader.jsx
View file @
3c3aa7d0
...
...
@@ -639,7 +639,7 @@ const ImportActionHeader = (props) => {
<
Form
.
Item
label=
{
<
ItemTitle
name=
'remark'
cnName=
'数据内容'
validateReports=
{
validateReports
}
/>
}
name=
"remark"
rules=
{
[{
required
:
true
,
message
:
'请输入数据内容!'
}]
}
//
rules={[{ required: true, message: '请输入数据内容!' }]}
style=
{
{
marginBottom
}
}
>
{
...
...
@@ -660,12 +660,13 @@ const ImportActionHeader = (props) => {
</
Col
>
<
Col
xs=
{
24
}
sm=
{
24
}
lg=
{
12
}
xl=
{
8
}
>
<
Form
.
Item
label=
"
数据平台
"
label=
"
Schema
"
name=
"dataResidence"
style=
{
{
marginBottom
}
}
rules=
{
[{
required
:
true
,
message
:
'请输入数据库Schema!'
}]
}
>
{
editable
?
<
Input
placeholder=
'描述数据表落地的数据
平台及数据库
'
/>
:
<
span
className=
'word-wrap'
>
{
highlightSearchContentByTerms
(
modelerData
?.
dataResidence
,
terms
)
}
</
span
>
editable
?
<
Input
placeholder=
'描述数据表落地的数据
库Schema
'
/>
:
<
span
className=
'word-wrap'
>
{
highlightSearchContentByTerms
(
modelerData
?.
dataResidence
,
terms
)
}
</
span
>
}
</
Form
.
Item
>
</
Col
>
...
...
@@ -1043,7 +1044,7 @@ const PartitionSelect = ({ value = {}, modelerData, partitionTypes = [], onChang
<
Select
onChange=
{
(
value
)
=>
{
onAttributeChange
&&
onAttributeChange
(
value
)
}
}
value=
{
attributeIds
}
placeholder=
'请
选择字段名称
'
placeholder=
'请
维护分区字段
'
mode=
'multiple'
allowClear=
{
true
}
>
...
...
@@ -1105,7 +1106,7 @@ const HivePartitionSelect = ({ value, onChange, partitionTypes, modelerData }) =
<
Col
span=
{
14
}
>
<
Select
mode=
'multiple'
placeholder=
'请
选择字段名称
'
placeholder=
'请
维护分区字段
'
onDropdownVisibleChange=
{
(
open
)
=>
{
if
(
open
)
{
setPopupParams
({
...
...
src/view/Manage/Model/Component/ImportActionTable.jsx
View file @
3c3aa7d0
...
...
@@ -432,7 +432,7 @@ export const ImportActionTable = (props) => {
dataIndex: 'remark',
editable: true,
ellipsis: true,
require: true,
//
require: true,
width: 200,
render: (text, record, __) => {
return (
...
...
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