Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
aab221c4
Commit
aab221c4
authored
Aug 13, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
编辑链接
parent
15a49db9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
src/components/service-header.vue
src/components/service-header.vue
+1
-1
src/pages/workbench/component-center/process-management/designer/detail.vue
...h/component-center/process-management/designer/detail.vue
+4
-1
No files found.
src/components/service-header.vue
View file @
aab221c4
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<span
<span
class=
"info_fix"
class=
"info_fix"
v-if=
"data.fixed_process"
v-if=
"data.fixed_process"
@
click=
"goto_page(data.fixedurl)"
@
click=
"goto_page(data.fixed
_
url)"
>
>
我要编辑
我要编辑
</span>
</span>
...
...
src/pages/workbench/component-center/process-management/designer/detail.vue
View file @
aab221c4
...
@@ -119,7 +119,7 @@ export default {
...
@@ -119,7 +119,7 @@ export default {
unpublic
:
false
,
unpublic
:
false
,
undeploy
:
false
,
undeploy
:
false
,
deploy
:
false
,
deploy
:
false
,
fixed_url
:
'
/
'
,
fixed_url
:
'
/
progress/designer/design_edit/
'
,
url
:
''
url
:
''
},
},
workflows_id
:
''
,
workflows_id
:
''
,
...
@@ -381,6 +381,7 @@ export default {
...
@@ -381,6 +381,7 @@ export default {
this
.
service_header_arr
.
unpublic
=
false
this
.
service_header_arr
.
unpublic
=
false
this
.
service_header_arr
.
undeploy
=
false
this
.
service_header_arr
.
undeploy
=
false
this
.
service_header_arr
.
deploy
=
true
this
.
service_header_arr
.
deploy
=
true
this
.
service_header_arr
.
fixed_url
=
this
.
service_header_arr
.
fixed_url
+
this
.
$route
.
params
.
id
//已部署
//已部署
}
else
if
(
state
==
1
){
}
else
if
(
state
==
1
){
this
.
$set
(
this
.
service_header_arr
,
'
first
'
,[])
this
.
$set
(
this
.
service_header_arr
,
'
first
'
,[])
...
@@ -407,6 +408,7 @@ export default {
...
@@ -407,6 +408,7 @@ export default {
this
.
service_header_arr
.
unpublic
=
false
this
.
service_header_arr
.
unpublic
=
false
this
.
service_header_arr
.
undeploy
=
true
this
.
service_header_arr
.
undeploy
=
true
this
.
service_header_arr
.
deploy
=
false
this
.
service_header_arr
.
deploy
=
false
this
.
service_header_arr
.
fixed_url
=
this
.
service_header_arr
.
fixed_url
+
this
.
$route
.
params
.
id
//已发布
//已发布
}
else
{
}
else
{
this
.
$set
(
this
.
service_header_arr
,
'
first
'
,[])
this
.
$set
(
this
.
service_header_arr
,
'
first
'
,[])
...
@@ -433,6 +435,7 @@ export default {
...
@@ -433,6 +435,7 @@ export default {
this
.
service_header_arr
.
unpublic
=
true
this
.
service_header_arr
.
unpublic
=
true
this
.
service_header_arr
.
undeploy
=
false
this
.
service_header_arr
.
undeploy
=
false
this
.
service_header_arr
.
deploy
=
false
this
.
service_header_arr
.
deploy
=
false
this
.
service_header_arr
.
fixed_url
=
this
.
service_header_arr
.
fixed_url
+
this
.
$route
.
params
.
id
}
}
},
},
getbaseinfo
(
data
){
getbaseinfo
(
data
){
...
...
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