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
a2bbb17a
Commit
a2bbb17a
authored
Dec 12, 2023
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix
parent
4a69fced
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
update-node.jsx
src/view/Manage/AssetResourceManage/update-node.jsx
+4
-4
No files found.
src/view/Manage/AssetResourceManage/update-node.jsx
View file @
a2bbb17a
...
@@ -348,21 +348,21 @@ export const SyncBasic = React.forwardRef(function ({ node, action }, ref) {
...
@@ -348,21 +348,21 @@ export const SyncBasic = React.forwardRef(function ({ node, action }, ref) {
name=
'blacklist'
name=
'blacklist'
tooltip=
{
{
title
:
'设置过滤条件后,同步Schema时将不会同步符合过滤条件的表'
,
icon
:
<
QuestionCircleOutlined
/>
}
}
tooltip=
{
{
title
:
'设置过滤条件后,同步Schema时将不会同步符合过滤条件的表'
,
icon
:
<
QuestionCircleOutlined
/>
}
}
>
>
<
Input
placeholder=
'输入正则表达式'
/>
<
Input
.
TextArea
rows=
{
1
}
placeholder=
'输入正则表达式'
/>
</
Form
.
Item
>
</
Form
.
Item
>
<
Form
.
Item
<
Form
.
Item
label=
'白名单'
label=
'白名单'
name=
'whitelist'
name=
'whitelist'
tooltip=
{
{
title
:
'设置的白名单,不受过滤条件影响'
,
icon
:
<
QuestionCircleOutlined
/>
}
}
tooltip=
{
{
title
:
'设置的白名单,不受过滤条件影响'
,
icon
:
<
QuestionCircleOutlined
/>
}
}
>
>
<
Input
placeholder=
'输入表名完整路径,多个表以,隔开'
/>
<
Input
.
TextArea
rows=
{
1
}
placeholder=
'输入表名完整路径,多个表以,隔开'
/>
</
Form
.
Item
>
</
Form
.
Item
>
<
Form
.
Item
<
Form
.
Item
label=
'测试数据'
label=
'测试数据'
>
>
<
Row
gutter=
{
10
}
>
<
Row
gutter=
{
10
}
>
<
Col
span=
{
20
}
>
<
Col
span=
{
20
}
>
<
Input
placeholder=
'请输入测试数据'
onChange=
{
(
e
)
=>
{
<
Input
.
TextArea
rows=
{
1
}
placeholder=
'请输入测试数据'
onChange=
{
(
e
)
=>
{
setTestData
(
e
.
target
.
value
)
setTestData
(
e
.
target
.
value
)
}
}
/>
}
}
/>
</
Col
>
</
Col
>
...
@@ -374,7 +374,7 @@ export const SyncBasic = React.forwardRef(function ({ node, action }, ref) {
...
@@ -374,7 +374,7 @@ export const SyncBasic = React.forwardRef(function ({ node, action }, ref) {
<
Form
.
Item
<
Form
.
Item
label=
'测试结果'
label=
'测试结果'
>
>
<
Input
value=
{
testResultData
}
disabled=
{
true
}
/>
<
Input
.
TextArea
rows=
{
1
}
value=
{
testResultData
}
disabled=
{
true
}
/>
</
Form
.
Item
>
</
Form
.
Item
>
</
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