Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
bkunyun
Project
Project
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
Administrator
bkunyun
Commits
b195aaeb
Commit
b195aaeb
authored
Aug 10, 2022
by
chenshouchao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feat-20220801' of
http://120.77.149.83/root/bkunyun
into feat-20220801
parents
e7c84a3e
dc4772e4
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
25 additions
and
17 deletions
+25
-17
facicon.ico
public/facicon.ico
+0
-0
favicon.ico
public/favicon.ico
+0
-0
index.html
public/index.html
+10
-2
Tabs.tsx
src/components/mui/Tabs.tsx
+7
-3
index.module.css
src/views/MenuLayout/index.module.css
+3
-2
index.module.css
src/views/Project/ProjectSetting/BaseInfo/index.module.css
+1
-1
index.tsx
src/views/Project/ProjectSetting/BaseInfo/index.tsx
+1
-4
index.tsx
src/views/Project/components/Flow/index.tsx
+2
-4
index.tsx
src/views/WorkFlowEdit/components/ParameterSetting/index.tsx
+1
-1
No files found.
public/facicon.ico
0 → 100644
View file @
b195aaeb
1.72 KB
public/favicon.ico
deleted
100644 → 0
View file @
e7c84a3e
3.78 KB
public/index.html
View file @
b195aaeb
<!--
* @Author: 吴永生 15770852798@163.com
* @Date: 2022-08-02 11:43:28
* @LastEditors: 吴永生 15770852798@163.com
* @LastEditTime: 2022-08-10 10:40:49
* @FilePath: /bkunyun/public/index.html
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
<!DOCTYPE html>
<!DOCTYPE html>
<html
lang=
"cn"
>
<html
lang=
"cn"
>
<head>
<head>
<meta
charset=
"utf-8"
/>
<meta
charset=
"utf-8"
/>
<link
rel=
"icon"
href=
"%PUBLIC_URL%/fa
v
icon.ico"
/>
<link
rel=
"icon"
href=
"%PUBLIC_URL%/fa
c
icon.ico"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
<meta
name=
"theme-color"
content=
"#000000"
/>
<meta
name=
"theme-color"
content=
"#000000"
/>
<meta
<meta
...
@@ -24,7 +32,7 @@
...
@@ -24,7 +32,7 @@
work correctly both with client-side routing and a non-root public URL.
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
Learn how to configure a non-root public URL by running `npm run build`.
-->
-->
<title>
云
平台
</title>
<title>
北鲲云-工作流
平台
</title>
<script
src=
"%PUBLIC_URL%/RDKit_minimal.js"
></script>
<script
src=
"%PUBLIC_URL%/RDKit_minimal.js"
></script>
<script>
<script>
window
window
...
...
src/components/mui/Tabs.tsx
View file @
b195aaeb
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: 吴永生#A02208 yongsheng.wu@wholion.com
* @Author: 吴永生#A02208 yongsheng.wu@wholion.com
* @Date: 2022-05-31 10:18:13
* @Date: 2022-05-31 10:18:13
* @LastEditors: 吴永生 15770852798@163.com
* @LastEditors: 吴永生 15770852798@163.com
* @LastEditTime: 2022-08-
09 18:29:51
* @LastEditTime: 2022-08-
10 11:06:12
* @FilePath: /bkunyun/src/views/Project/ProjectSetting/index.tsx
* @FilePath: /bkunyun/src/views/Project/ProjectSetting/index.tsx
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
*/
...
@@ -128,7 +128,7 @@ const Tabs = (props: IProps) => {
...
@@ -128,7 +128,7 @@ const Tabs = (props: IProps) => {
<
Tab
<
Tab
key=
{
key
}
key=
{
key
}
label=
{
labelRender
(
item
,
key
)
}
label=
{
labelRender
(
item
,
key
)
}
value=
{
item
.
value
}
value=
{
item
.
value
||
""
}
id=
{
item
.
value
}
id=
{
item
.
value
}
disabled=
{
item
.
disabled
}
disabled=
{
item
.
disabled
}
/>
/>
...
@@ -140,7 +140,11 @@ const Tabs = (props: IProps) => {
...
@@ -140,7 +140,11 @@ const Tabs = (props: IProps) => {
?.
filter
((
item
)
=>
!
item
.
hide
)
?.
filter
((
item
)
=>
!
item
.
hide
)
.
map
((
item
)
=>
{
.
map
((
item
)
=>
{
return
(
return
(
<
TabPanel
sx=
{
tabPanelSx
}
value=
{
item
.
value
}
key=
{
item
.
value
}
>
<
TabPanel
sx=
{
tabPanelSx
}
value=
{
item
.
value
||
""
}
key=
{
item
.
value
}
>
{
item
.
component
}
{
item
.
component
}
</
TabPanel
>
</
TabPanel
>
);
);
...
...
src/views/MenuLayout/index.module.css
View file @
b195aaeb
...
@@ -23,11 +23,12 @@
...
@@ -23,11 +23,12 @@
color
:
#565c66
;
color
:
#565c66
;
font-size
:
14px
;
font-size
:
14px
;
line-height
:
22px
;
line-height
:
22px
;
border-left
:
3px
solid
#fff
;
}
}
.listItem
:hover
{
.listItem
:hover
{
background-color
:
#EEF1F
5
;
background-color
:
#eef1f
5
;
}
}
.routerIcon
{
.routerIcon
{
vertical-align
:
middle
;
vertical-align
:
middle
;
margin-right
:
12px
;
margin-right
:
12px
;
line-height
:
22px
;
line-height
:
22px
;
...
...
src/views/Project/ProjectSetting/BaseInfo/index.module.css
View file @
b195aaeb
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
font-size
:
14px
;
font-size
:
14px
;
line-height
:
22px
;
line-height
:
22px
;
color
:
#ff4e4e
;
color
:
#ff4e4e
;
margin-bottom
:
8
px
;
margin-bottom
:
20
px
;
}
}
.deleteText2
{
.deleteText2
{
color
:
#1e2633
;
color
:
#1e2633
;
...
...
src/views/Project/ProjectSetting/BaseInfo/index.tsx
View file @
b195aaeb
...
@@ -462,10 +462,7 @@ const BaseInfo = observer(() => {
...
@@ -462,10 +462,7 @@ const BaseInfo = observer(() => {
>
>
<
div
className=
{
style
.
deleteBox
}
>
<
div
className=
{
style
.
deleteBox
}
>
<
div
className=
{
style
.
deleteText1
}
>
<
div
className=
{
style
.
deleteText1
}
>
您要删除本项目。已删除的项目将无法恢复!您真的确定吗?
删除项目会导致数据丢失,已删除的项目将无法恢复。
</
div
>
<
div
className=
{
style
.
deleteText2
}
>
此操作可能会导致数据丢失。为防止意外操作,我们要求您确认您的操作。
</
div
>
</
div
>
<
div
className=
{
style
.
deleteText3
}
>
<
div
className=
{
style
.
deleteText3
}
>
请输入“
请输入“
...
...
src/views/Project/components/Flow/index.tsx
View file @
b195aaeb
...
@@ -76,7 +76,7 @@ const Flow = (props: IProps) => {
...
@@ -76,7 +76,7 @@ const Flow = (props: IProps) => {
/** 原始数据删除线 */
/** 原始数据删除线 */
const
tasksDeleteLine
=
useCallback
(
const
tasksDeleteLine
=
useCallback
(
(
connection
:
Connection
|
Edge
)
=>
{
(
connection
:
Connection
|
Edge
|
any
)
=>
{
const
result
=
const
result
=
(
tasks
?.
length
&&
(
tasks
?.
length
&&
tasks
.
map
((
item
)
=>
{
tasks
.
map
((
item
)
=>
{
...
@@ -84,9 +84,7 @@ const Flow = (props: IProps) => {
...
@@ -84,9 +84,7 @@ const Flow = (props: IProps) => {
if
(
item
.
id
===
connection
.
source
&&
item
.
type
===
"BATCH"
)
{
if
(
item
.
id
===
connection
.
source
&&
item
.
type
===
"BATCH"
)
{
const
newEdges
=
const
newEdges
=
(
item
.
edges
?.
length
&&
(
item
.
edges
?.
length
&&
item
.
edges
?.
filter
(
item
.
edges
?.
filter
((
every
)
=>
every
.
id
!==
connection
.
id
))
||
(
every
)
=>
every
.
sourceHandle
!==
connection
.
sourceHandle
))
||
[];
[];
return
{
return
{
...
...
src/views/WorkFlowEdit/components/ParameterSetting/index.tsx
View file @
b195aaeb
...
@@ -695,7 +695,7 @@ const ParameterSetting = (props: IParameterSettingProps) => {
...
@@ -695,7 +695,7 @@ const ParameterSetting = (props: IParameterSettingProps) => {
}
else
if
(
hardwareParameters
.
length
!==
0
)
{
}
else
if
(
hardwareParameters
.
length
!==
0
)
{
return
"hardware"
;
return
"hardware"
;
}
else
{
}
else
{
return
"
basis
"
;
return
""
;
}
}
},
[
basisParameters
,
seniorParameters
,
hardwareParameters
]);
},
[
basisParameters
,
seniorParameters
,
hardwareParameters
]);
...
...
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