Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
yecl
wecube
Commits
cca98477
Unverified
Commit
cca98477
authored
4 years ago
by
Jingyu Feng(冯经宇)
Committed by
GitHub
4 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #2194 from WeBankPartners/fix_bug
update workflow orch css config
parents
9e46b1fc
2d9f62be
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
wecube-portal/src/pages/collaboration/components/menu-injection.vue
+1
-7
...tal/src/pages/collaboration/components/menu-injection.vue
wecube-portal/src/pages/collaboration/components/system-params.vue
+5
-6
...rtal/src/pages/collaboration/components/system-params.vue
wecube-portal/src/pages/collaboration/workflow-orchestration.vue
+2
-1
...portal/src/pages/collaboration/workflow-orchestration.vue
with
8 additions
and
14 deletions
+8
-14
wecube-portal/src/pages/collaboration/components/menu-injection.vue
+
1
-
7
View file @
cca98477
...
...
@@ -64,13 +64,7 @@ export default {
this
.
menus
=
allCats
.
map
(
_
=>
{
data
.
forEach
(
item
=>
{
if
(
item
.
category
===
''
+
_
.
id
)
{
if
(
item
.
source
===
'
SYSTEM
'
)
{
const
found
=
MENUS
.
find
(
m
=>
m
.
code
===
item
.
code
)
if
(
found
)
{
item
.
displayName
=
this
.
$lang
===
'
zh-CN
'
?
found
.
cnName
:
found
.
enName
}
}
if
(
item
.
category
===
''
+
_
.
id
&&
item
.
source
!==
'
SYSTEM
'
)
{
_
.
children
.
push
(
item
)
}
})
...
...
This diff is collapsed.
Click to expand it.
wecube-portal/src/pages/collaboration/components/system-params.vue
+
5
-
6
View file @
cca98477
...
...
@@ -14,7 +14,7 @@ export default {
tableColumns
:
[
{
title
:
this
.
$t
(
'
source
'
),
key
:
'
scope
Type
'
key
:
'
scope
'
},
{
title
:
this
.
$t
(
'
name
'
),
...
...
@@ -22,11 +22,10 @@ export default {
},
{
title
:
this
.
$t
(
'
table_value
'
),
key
:
'
value
'
},
{
title
:
this
.
$t
(
'
description
'
),
key
:
'
description
'
key
:
'
value
'
,
render
:
(
h
,
params
)
=>
{
return
h
(
'
span
'
,
params
.
row
.
value
||
params
.
row
.
defaultValue
)
}
},
{
title
:
this
.
$t
(
'
status
'
),
...
...
This diff is collapsed.
Click to expand it.
wecube-portal/src/pages/collaboration/workflow-orchestration.vue
+
2
-
1
View file @
cca98477
...
...
@@ -1257,13 +1257,14 @@ export default {
// hide panal tab item
[
data-entry
=
'process-is-executable'
],
[
data-entry
=
'initiator'
],
[
data-group
=
'documentation'
],
[
data-group
=
'historyConfiguration'
],
[
data-group
=
'jobConfiguration'
],
[
data-group
=
'externalTaskConfiguration'
],
[
data-group
=
'candidateStarterConfiguration'
],
[
data-group
=
'tasklist'
],
[
data-group
=
'details'
],
[
data-group
=
'details'
]
.group-label
,
[
data-group
=
'async'
]
{
display
:
none
;
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help