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
c9d529bd
Commit
c9d529bd
authored
Sep 14, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
已选插件可被编辑
parent
54f712ad
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/components/work-flow/super-flow.vue
src/components/work-flow/super-flow.vue
+3
-3
No files found.
src/components/work-flow/super-flow.vue
View file @
c9d529bd
...
@@ -87,7 +87,7 @@
...
@@ -87,7 +87,7 @@
:key=
"'checked' + index"
:key=
"'checked' + index"
>
>
<div
v-if=
"item.plugin_type == 1"
>
<div
v-if=
"item.plugin_type == 1"
>
<img
:src=
"require('@/assets/imgs/lcsj_ic_jiekou.png')"
class=
"checked_item_img"
/>
<img
:src=
"require('@/assets/imgs/lcsj_ic_jiekou.png')"
@
click=
"showInterfacePlugin"
class=
"checked_item_img"
/>
<img
<img
:src=
"require('@/assets/imgs/lcsj_btn_delete.png')"
:src=
"require('@/assets/imgs/lcsj_btn_delete.png')"
@
click=
"delItem(1)"
@
click=
"delItem(1)"
...
@@ -96,7 +96,7 @@
...
@@ -96,7 +96,7 @@
<p
class=
"checked_item_text"
>
接口插件
</p>
<p
class=
"checked_item_text"
>
接口插件
</p>
</div>
</div>
<div
v-else-if=
"item.plugin_type == 2"
>
<div
v-else-if=
"item.plugin_type == 2"
>
<img
:src=
"require('@/assets/imgs/lcsj_ic_liucheng.png')"
class=
"checked_item_img"
/>
<img
:src=
"require('@/assets/imgs/lcsj_ic_liucheng.png')"
@
click=
"showProcessService"
class=
"checked_item_img"
/>
<img
<img
:src=
"require('@/assets/imgs/lcsj_btn_delete.png')"
:src=
"require('@/assets/imgs/lcsj_btn_delete.png')"
@
click=
"delItem(2)"
@
click=
"delItem(2)"
...
@@ -105,7 +105,7 @@
...
@@ -105,7 +105,7 @@
<p
class=
"checked_item_text"
>
流程服务
</p>
<p
class=
"checked_item_text"
>
流程服务
</p>
</div>
</div>
<div
v-else-if=
"item.plugin_type == 3"
>
<div
v-else-if=
"item.plugin_type == 3"
>
<img
:src=
"require('@/assets/imgs/lcsj_ic_chaoshi.png')"
class=
"checked_item_img"
/>
<img
:src=
"require('@/assets/imgs/lcsj_ic_chaoshi.png')"
@
click=
"showTimeoutManagement"
class=
"checked_item_img"
/>
<img
<img
:src=
"require('@/assets/imgs/lcsj_btn_delete.png')"
:src=
"require('@/assets/imgs/lcsj_btn_delete.png')"
@
click=
"delItem(3)"
@
click=
"delItem(3)"
...
...
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