Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
ferry_web
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jianan
ferry_web
Commits
10705879
Unverified
Commit
10705879
authored
Sep 02, 2020
by
lyl_task
Committed by
GitHub
Sep 02, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #17 from lanyulei/dev
fix bug.
parents
870bfeec
a4cc1be0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/views/process/list/handle.vue
+2
-2
No files found.
src/views/process/list/handle.vue
View file @
10705879
...
@@ -92,7 +92,7 @@
...
@@ -92,7 +92,7 @@
<div
<div
v-if=
"
v-if=
"
processStructureValue.workOrder.state.length > 1 &&
processStructureValue.workOrder.state.length > 1 &&
nodeStepList[activeIndex]
.activeOrder"
currentNode
.activeOrder"
>
>
<el-button
<el-button
v-permisaction=
"['process:list:handle:active']"
v-permisaction=
"['process:list:handle:active']"
...
@@ -105,7 +105,7 @@
...
@@ -105,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=
"processStructureValue.workOrder.is_end===0 && item.source===
nodeStepList[activeIndex]
.id"
v-if=
"processStructureValue.workOrder.is_end===0 && item.source===
currentNode
.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