Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Chatopera OpenSource
/
ferry_web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
870bfeec
authored
Sep 02, 2020
by
lyl_task
Committed by
GitHub
Sep 02, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16 from lanyulei/dev
fix bug.
parents
0f0747c9
195f1394
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
src/views/process/list/handle.vue
src/views/process/list/handle.vue
View file @
870bfeec
...
@@ -90,8 +90,9 @@
...
@@ -90,8 +90,9 @@
</div>
</div>
<div
class=
"text item"
style=
"text-align: center;margin-top:18px"
>
<div
class=
"text item"
style=
"text-align: center;margin-top:18px"
>
<div
<div
v-if=
"nodeStepList[activeIndex].activeOrder &&
v-if=
"
processStructureValue.workOrder.state.length > 1"
processStructureValue.workOrder.state.length > 1 &&
nodeStepList[activeIndex].activeOrder"
>
>
<el-button
<el-button
v-permisaction=
"['process:list:handle:active']"
v-permisaction=
"['process:list:handle:active']"
...
@@ -104,7 +105,7 @@
...
@@ -104,7 +105,7 @@
<div
v-else
>
<div
v-else
>
<
template
v-for=
"(item, index) in processStructureValue.edges"
>
<
template
v-for=
"(item, index) in processStructureValue.edges"
>
<el-button
<el-button
v-if=
"
item.source===nodeStepList[activeIndex].id && processStructureValue.workOrder.is_end===0
"
v-if=
"
processStructureValue.workOrder.is_end===0 && item.source===nodeStepList[activeIndex].id
"
:key=
"index"
:key=
"index"
type=
"primary"
type=
"primary"
@
click=
"submitAction(item)"
@
click=
"submitAction(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