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
ff0255f8
Commit
ff0255f8
authored
May 18, 2021
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉眼睛
parent
a9576742
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
DatasourceItem.jsx
...view/Manage/DatasourceManage/Component/DatasourceItem.jsx
+0
-1
UpdateDatasourceModal.jsx
...nage/DatasourceManage/Component/UpdateDatasourceModal.jsx
+2
-2
UpdateTaskModal.jsx
...iew/Manage/DatasourceManage/Component/UpdateTaskModal.jsx
+1
-1
No files found.
src/view/Manage/DatasourceManage/Component/DatasourceItem.jsx
View file @
ff0255f8
...
...
@@ -99,7 +99,6 @@ const DatasourceItem = (props) => {
</
Row
>
</>
}
</
Spin
>
}
</
div
>
...
...
src/view/Manage/DatasourceManage/Component/UpdateDatasourceModal.jsx
View file @
ff0255f8
...
...
@@ -303,7 +303,7 @@ const UpdateDatasourceModal = (props) => {
key=
{
index
}
rules=
{
[{
required
:
item
.
required
,
message
:
'必填项'
}]
}
>
<
Input
/>
{
(
item
.
show
?
<
Input
/>
:
<
Input
.
Password
visibilityToggle=
{
false
}
/>
)
}
</
Form
.
Item
>
)
})
...
...
@@ -338,7 +338,7 @@ const UpdateDatasourceModal = (props) => {
选择文件上传
</
Button
>
</
Upload
>
)
:
(
item
.
show
?
<
Input
/>
:
<
Input
.
Password
/>
)
}
)
:
(
item
.
show
?
<
Input
/>
:
<
Input
.
Password
visibilityToggle=
{
false
}
/>
)
}
</
Form
.
Item
>
)
})
...
...
src/view/Manage/DatasourceManage/Component/UpdateTaskModal.jsx
View file @
ff0255f8
...
...
@@ -197,7 +197,7 @@ const UpdateTaskModal = (props) => {
rules=
{
[{
required
:
param
.
required
,
message
:
'必填项'
}]
}
>
{
(
param
.
show
?
<
Input
/>
:
<
Input
.
Password
/>
)
(
param
.
show
?
<
Input
/>
:
<
Input
.
Password
visibilityToggle=
{
false
}
/>
)
}
</
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